Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Duplicate of stackoverflow.com/questions/1011714/… – Sukumar Jul 13 '11 at 7:33
Not exact duplicate, the scenario is different, but the answers of the mentioned SO question did inspire me. Thanks – Shivan Raptor Jul 13 '11 at 9:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.