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 info.messageId property #62

Closed fossamagna closed 7 years ago

fossamagna commented 7 years ago

It is written as follow at NodeMailer documentation.

info.messageId most transports should return the final Message-Id value used with this property

https://nodemailer.com/usage/#sending-mail

orliesaurus commented 7 years ago

Thank you @fossamagna 👍