Any recommendations for an alternative mail service to use temporarily while Mailgun is down? Maybe it's good to always have two mail services available in the case that one of the two is down. It would be great to hear a best practice from someone experienced.
In our company, we thought about this when Mailgun was unavailable. We wanted to create a microservice that forwards emails to Mailgun. And if Mailgun is unavailable, the service saves them for later sending. Has anyone tried to implement such a thing?
12 comments
[ 2.3 ms ] story [ 39.1 ms ] threadNow let's pray they have other notifications than via email
host -t TXT _spf.eu.mailgun.org
covers all of them
It's very easy to set up with Laravel (PHP): MAIL_MAILER=failover