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

Add support for custom message id #86

Closed EmilienD closed 4 years ago

EmilienD commented 4 years ago

According to the last question in the FAQ, Mailgun allows setting custom Message-Id, but it seems the transport doesn't allow this. I'm willing to do a PR if you think this is indeed a missing feature.

orliesaurus commented 4 years ago

Sure, please and thank you