graphjs / graphjs-server

Server-side components of GraphJS at https://github.com/phonetworks/graphjs
https://graphjs.com
MIT License
47 stars 25 forks source link

mailgun to smtp #46

Open esokullu opened 6 years ago

esokullu commented 6 years ago

it shouldn't rely on mailgun only, but any smtp server should work.

olivmaurel commented 4 years ago

I have submitted the PR #78 for this issue. It adds an interface, a trait and a wrapper to make the SmtpMailer service interchangeable.