(no title)
giu | 4 years ago
Just checked if you mention bounces and saw that you track bounces; how does your app show / keep track of the bounces and more importantly of the bounce rate in general?
I'm mentioning this since Amazon SES will place your account under review if your bounce rate is 5% or greater; you can find a few useful links on this comment thread: https://news.ycombinator.com/item?id=21955614
Best of luck with your app!
Disclaimer: I was responsible for the implementation of an e-mail notification system using Amazon SES.
ldoughty|4 years ago
You can subscribe to post backs from SES. These post back tell you message-by-message if a message was delivered/bounced.. so "simple" process of storing the results. Need to track the unique message ID, some you might get multiple responses for the same message (e.g. delivered, then marked spam)
There might also be a CLI call to get summary stats.
giu|4 years ago
My question was aimed towards the bounces feature presented on the app homepage [0]; if you ignore (or don't realize the importance of) the bounce rate you might shoot yourself in the foot.
[0] https://www.sendsimple.app/#features_div
judge2020|4 years ago
https://i.imgur.com/htmcpUP.jpg
theindianappguy|4 years ago
theindianappguy|4 years ago
giu|4 years ago
I'm all for launching early and so on, but I have a feeling that this is a rather important feature to simply be omitted in the beginning, especially in regard to Amazon SES and their handling of exceeding bounce rates.
theindianappguy|4 years ago
theindianappguy|4 years ago