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
882
stars
98
forks
source link
Switch to railgun-js, allow callbacks, formatting. #1
Railgun-js is an NPM module, so its source is not baked into this one.
It's much more powerful too and allows us to further the functionality
of this module over time. The only breaking issue with it is that it
requires a domain parameter as well as the API key, but seeing as you
can still get the test domain from the web interface, this shouldn't be
an issue. There were also no callbacks being run, so I couldn't get
Mocha tests to complete- the parameter was there, just never called.
Let me know your thoughts, cheers for the initial module, hope I can help with some contributions! :smile:
From the commit description:
Railgun-js is an NPM module, so its source is not baked into this one. It's much more powerful too and allows us to further the functionality of this module over time. The only breaking issue with it is that it requires a domain parameter as well as the API key, but seeing as you can still get the test domain from the web interface, this shouldn't be an issue. There were also no callbacks being run, so I couldn't get Mocha tests to complete- the parameter was there, just never called.
Let me know your thoughts, cheers for the initial module, hope I can help with some contributions! :smile: