PDA

View Full Version : Perform task if automatic email bounces



wilbbe01
October 9th, 2009, 04:45 PM
We have a process which is sending emails to people who apply to our college. However we have run across a few cases where people have supplied incorrect email addresses in their application, and are therefore not receiving the email message. We want to perform certain tasks when we detect that an incorrect email address (based off of bounces) is found. Has anyone ever done such a thing? Is our only option to manually create a script to read the mail bounced back to the system, parse through it, make sure it was a bounce from the correct process, and run our incorrect email processes based off of those results? Is there something out there that will do something similar for us without as much work? Thanks for your help.