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

allow custom message-id #87

Closed EmilienD closed 4 years ago

EmilienD commented 4 years ago

Nodemailer allows passing messageId in a message to define a custom Message-Id. Mailgun allows defining message-id through the h:Message-Id header. This commit links the two.

EmilienD commented 4 years ago

Solves #86

orliesaurus commented 4 years ago

thank you