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

Not compatible with nodemailer-smime middleware #81

Open Bramzor opened 5 years ago

Bramzor commented 5 years ago

Have tested this plugin today as a fallback method for nodemailer SES transporter but while https://github.com/gazoakley/nodemailer-smime does work with the SES transporter, for some reason it seems to be ignore when using this mailgun transport plugin.

Alternative for me was to fallback to nodemailer SMTP with mailgun credentials. Although I would prefer to use mailgun API.

orliesaurus commented 5 years ago

Have you tested why the support isn't there? what's preventing it from working?

Bramzor commented 5 years ago

I was not able to figure out why it didn't work. Seems like it does just not execute nodemailer-smime and skips it. Has nodemailer-mailgun-transport every been tested with some kind of nodemailer middleware?

orliesaurus commented 5 years ago

No sorry, I haven't personally tested it with smime middleware