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
added support for 'content' parameter as a buffer #28
I realize this isn't a full fix because as per the nodemailer and mailgun docs we should be able to pass Streamables as well, but I need this to have some consistency in my email API endpoint and this allows me to send a buffered object from readFile for example.
I realize this isn't a full fix because as per the nodemailer and mailgun docs we should be able to pass Streamables as well, but I need this to have some consistency in my email API endpoint and this allows me to send a buffered object from readFile for example.