Ask HN: Best provider for sending transactional emails?
I am building a web app that will send SEO reports via email and I am on the lookout for a decent provider to deliver emails.
I understand that Amazon SES is the cheapest when it comes to sending emails. I am not sure how good their email deliverability is.
Other options are Postmark (somewhat pricey), Mailgun and Sendgrid. I would like to know which email providers are preferred by the HN community.
26 comments
[ 2.3 ms ] story [ 61.7 ms ] threadIs there any specific issue you ran into?
I'm using their REST api to send emails, and I've yet to see an email take more than a couple of seconds to get to destination (gmail) while testing.
How long is too long?
I had several issues when sending to Microsoft (hotmail, msn, etc.) domains via MailGun because someone exceeded granted quota for outbound IP address and since then I balance outgoing emails using both.
As mentioned by others, MailGun support doesn't care much about queries from free tier users so I would go for PostMark if I had to pay (more intensive use) or recommend to someone.
All the providers mentioned are targets for spammers. So they have to somehow whitelist your account before they allow you to send at full speed.
In that regard I found Mailjet to have the worst on-boarding experience, and Mailgun to have the best.
If you're already using AWS then I'd definitely look at SES. I appreciate the price may seem too cheap, but the service is now used by huge companies for their transactional emails, the likes of Netflix rely heavily on it. As long as you configure your set-up correctly with DKIM/SPF I'd be surprised if you ran into too many delivery problems. Also worth noting they now offer dedicated IPs, for a not too costly monthly fee.
If you already have EC2 instances, the free tier of 62,000 messages should be comfortable for a lot of teams.
I find the deliverability comparable (although I'm least experienced with SES). Where they shine perhaps, is in reporting and tracing of issues.
Postmark do look good and perhaps with _only_ transactional email, their deliverability could be among the best.