nodemailer is an amazing node module to send emails within any of your nodejs apps. This is the transport plugin that goes with nodemailer to send email using Mailgun 🔫
(node:398315) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
at emitExperimentalWarning (node:internal/util:224:11)
at lazyUndici (node:internal/bootstrap/pre_execution:188:5)
at get (node:internal/bootstrap/pre_execution:204:16)
at 556 (/home/epaminond/project/node_modules/mailgun.js/dist/mailgun.js:2:27405)
at r (/home/epaminond/project/node_modules/mailgun.js/dist/mailgun.js:2:98812)
at 955 (/home/epaminond/project/node_modules/mailgun.js/dist/mailgun.js:2:10905)
at r (/home/epaminond/project/node_modules/mailgun.js/dist/mailgun.js:2:98812)
at 765 (/home/epaminond/project/node_modules/mailgun.js/dist/mailgun.js:2:2419)
at r (/home/epaminond/project/node_modules/mailgun.js/dist/mailgun.js:2:98812)
at 990 (/home/epaminond/project/node_modules/mailgun.js/dist/mailgun.js:2:1871)
nodemailer-mailgun-transport depends on mailgun.js 3.3.0 - so possibly this could be the source. Would it be possible to upgrade dependency to at least 3.5.7 or newer?
On project start I'm getting a warning:
It's node 18.0.0 and I assume this warning is coming from mailgun.js bug fixed in version 3.5.7.
nodemailer-mailgun-transport depends on mailgun.js 3.3.0 - so possibly this could be the source. Would it be possible to upgrade dependency to at least 3.5.7 or newer?