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
882 stars 98 forks source link

added support for 'content' parameter as a buffer #28

Closed christomitov closed 8 years ago

christomitov commented 8 years ago

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.