Hacker News new | ask | show | jobs
by agrunyan 1682 days ago
Second this 100%. Postmark is my go-to for every project
1 comments

Why not use AWS ses? It's so much cheaper.
One important decision argument against AWS SES is their policy to keep bounce rate below 5% (account put under review, if unresolevd until end of month, will be suspended, with hard limit of 10%) [1] compared to least strict Postmark's bounce rate of 10% [2].

Sometimes for SAAS products with a huge userbase or freemium pricing model is super difficult to keep the bounce rate so low for transactional emails.

[1] https://docs.aws.amazon.com/pinpoint/latest/userguide/channe... [2] https://postmarkapp.com/support/article/1137-servers-faq

Policy like this is meant to protect sender reputation, not just provider IP pool. High hard bounce rate lowers your inboxing in the long term. If your bounce rate is consistently above 5% consider verifying all new emails before sending them an email > https://www.bigmailer.io/blog/email-verification-service-pro...

Natural email decay rate is 2-3% per month so the goal is to stay close to this range, but the lower the better.

UX and support?