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

Update to latest mailgun.js #122

Closed sam-lord closed 1 year ago

sam-lord commented 1 year ago

refs: https://github.com/orliesaurus/nodemailer-mailgun-transport/issues/121

Latest version of mailgun.js is needed for node 18.

Adding node types fixes the error seen when running npm i.

All tests pass, seems like very minor breaking changes between each version that haven't affected the sending feature - https://github.com/mailgun/mailgun.js/blob/master/CHANGELOG.md.

orliesaurus commented 1 year ago

Thank you @sam-lord