notifme / notifme-sdk

A Node.js library to send all kinds of transactional notifications.
https://notifme.github.io/www/
MIT License
1.94k stars 149 forks source link

Add support for mailgun email provider. #18

Closed HarshaHegde1994 closed 6 years ago

HarshaHegde1994 commented 6 years ago

Please add support for https://www.mailgun.com/ email provider

BDav24 commented 6 years ago

Note: you can also use Mailgun's SMTP as a workaround for the time being.

HarshaHegde1994 commented 6 years ago

any updates on this?

BDav24 commented 6 years ago

I will try to add mailgun support mid-September (I'm currently in vacation). The workaround is not enough for your use case?

HarshaHegde1994 commented 6 years ago

Yeah, it is working. however ill wait for the Mailgun support. Thank you.

BDav24 commented 6 years ago

There you go, tell me if you find any problem.

HarshaHegde1994 commented 6 years ago

Thank you for the support. It's very much helpful. This abstracts my code a lot. Thank you so much.