I am trying to find script or tutorials for dealing with bounced emails without much luck. Could anyone point me in the right direction.
Thanks
I am trying to find script or tutorials for dealing with bounced emails without much luck. Could anyone point me in the right direction.
Thanks
What do you want to do with them?
If I send out a bulk email, instead of having to manually delete all the undeliverables I would like a script that will be able to find all the undeliverables and give me the option to delete them from the database.
So basically, read them, maybe rate them according to the error they generate and then delete.
Thanks
Peter
Instead of searching for scripts about bouncing emails, then try searching for "pop" scripts. There are plenty of examples of that sort of thing. POP scripts can log into any mailbox you specify (assuming you know the password!), read the mail, parse it and perform some task based on the mail received.
Break what you are trying to do down into small steps and you should easily find the components you want.
Doesn't it sound much easier like that? There are POP3 functions here which should help you out with steps 1 and 2. Step 3 is nothing to do with accessing mailboxes and is just about parsing text and using some sort of logic to come up with rules to determine what to do based on the original text. Step 4 is just bread and butter database stuff.