php - How can I parse recipient's email server's reply after email sent? -



php - How can I parse recipient's email server's reply after email sent? -

my programme sends out emails in batch according specified mailing list, email sending plugin used ( swift mailer 4.11 ), know smtp server sending emails out.

but how can parse recipient's email server's reply? should parse "undelivered mail service returned sender" mails using php ( since undeliverable email sent sender ? or other alternatives parse transport ?

i want next message :

554 1 or more of sender or recipients in email invalid , not accepted. (in reply info command)

or in success case :

200 ok

php email smtp swiftmailer

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -