Bounce Email handling with PHP??
Posted
by mcfadder_09
on Stack Overflow
See other posts from Stack Overflow
or by mcfadder_09
Published on 2009-06-18T09:26:19Z
Indexed on
2010/05/09
2:48 UTC
Read the original article
Hit count: 435
I am really new to this (not new to php).
Here is my scenario:
I have 2 emails accounts. [email protected] and [email protected].
I want to send email to all my users with [email protected] but then "reply to" [email protected] (until here, my php script can handle it).
When, the email cant be sent, it sent to [email protected], the error message could be 553 (non existent email ...) etc.
My question is: How do I direct all those bounce emails (couldn't sent emails) to [email protected] through a handling script to check for the bounce error codes?
What programming language should I be for the "handling script"?
What would the "handling script" looks like? Can give a sample?
OR:(Big Question)
What are the procedures I should follow to handle the bounce email ??
© Stack Overflow or respective owner