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 🔫
This allows you to send emails through the web-api which can circumnavigate SMTP connections issues. You can use the smtp transport the way you showed, I am not forcing anyone to use the module..lol
I found the following code just working for me. Any reason to use this package?