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 ??