Open Bramzor opened 5 years ago
Have you tested why the support isn't there? what's preventing it from working?
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?
No sorry, I haven't personally tested it with smime middleware
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.