Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to get a report of email addresses that bounced from Amazon SES?

While the SES dashboard shows aggregated statistics about the bounce rate of emails sent through the service, I do not see a way of retrieving the individual addresses that bounced. Is this possible? Our situation is that the 'from' address we had set in certain emails was incorrect and resolved to a non existant mailbox on our (verfied sender) domain, so anything SES would have forwarded to the from address is likely gone.

like image 824
Peter Avatar asked Aug 01 '12 22:08

Peter


1 Answers

Use the Amazon SNS (simple notification service), and then you can add your email address - or Amazon SQS service for holding a log of all bounces/complaints.

like image 179
John Klingelhoets Avatar answered Sep 17 '22 09:09

John Klingelhoets