orliesaurus / nodemailer-mailgun-transport

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 🔫
MIT License
881 stars 98 forks source link

[Get rid of / Patch] mailgun-js #90

Closed peterpro closed 3 years ago

peterpro commented 4 years ago

It's outdated & referencing to broken dependencies (broken in Node >=10), see https://github.com/highlycaffeinated/mailgun-js/issues/246 with root problem in https://github.com/TooTallNate/node-agent-base/issues/35

I'm very grateful for your cool library, but I'm forced to used https://github.com/mailgun/mailgun-js. It's old as God himself, but not breaking my app :(

vanntile commented 3 years ago

I want to add a heads up to this issue. What would be the minimum necessary to patch this?

bradenmacdonald commented 3 years ago

https://www.npmjs.com/package/mailgun.js is the official replacement