I’ve tried SendGrid, but their dashboard is unreliable. MailGun/Jet is too pricey for our scale. And AWS SES is overtly complicated with limited documentation.
I’m asking how you handle emails for your applications? Is there some hidden SAS platform that can be a silver bullet or will this be a problem that costs more time than it’s worth?
In addition, we use Go for our backend so any services that offer a Go package would be very helpful.
Thanks in advance!
You can also relay through a GMail account if you already use GMail for inbound emails on your domain.
Having done this a few times with various web sites I can say it takes less than an hour to integrate MailGun or SendGrid and get it working. You probably don't want to implement and manage an email server and bounce/unsubscribe handling yourself.