Page 1 of 1

Re: How to send Bounce mails to different domain

Posted: Mon Apr 16, 2012 9:00 pm
by unhuman
We're (roped in another guy at work to help out) currently working on code to poll for bounces from email addresses (amongst other things). Nowhere near completed, but, initially, at least we're leveraging: http://javaclue.blogspot.com/2009/09/de ... art-1.html to parse out bounces...

Additionally, Amazon SES (either through API or SMTP) short circuits repeated bounces by putting those addresses on a blacklist, so detection there is necessary as well - pretty easy, but not integrated.

-H