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
880 stars 97 forks source link

Replace mailgun-js with official mailgun.js #104

Closed Tol1 closed 3 years ago

Tol1 commented 3 years ago

mailgun-js has been deprecated for a while, and has security vulnerabilities on its dependencies. This pr replaces old library with offically supported mailgun.js. I removed proxy option support, as it's not supported by offical library out-of-box. Thus this is a breaking change.

Fixes #90