0

My program sends out emails in batch according to a specified mailing list, from the email sending plugin I used ( Swift Mailer 4.11 ), I know the SMTP server is really sending the emails out.

But how can I parse recipient's email server's reply? Should I parse "Undelivered Mail Returned to Sender" mails using PHP ( since the undeliverable email is sent to sender ? or any other alternatives to parse the transport ?

I just want to get the following message :

554 One or more of the sender or recipients in your email are invalid and not accepted. (in reply to DATA command)

or in success case :

200 OK

Raptor
  • 53,206
  • 45
  • 230
  • 366
  • Duplicate of http://stackoverflow.com/questions/1011714/bounce-email-handling-with-php – Sukumar Jul 13 '11 at 07:33
  • Not exact duplicate, the scenario is different, but the answers of the mentioned SO question did inspire me. Thanks – Raptor Jul 13 '11 at 09:40

0 Answers0