Page 1 of 1

Catching Bounce/daemon emails

Posted: Mon Nov 10, 2008 5:48 am
by dharprog
Hi

After reading 8000 topics in the Swift Mailer forum i am posting here my doubt.

I am using Swift Mailer, its good working fine for both requestReadReceipt() and setReturnPath() but i need to catch bounced email through our Swift Mailer. Is this possible in Swift Mailer?

I did not find any solution for this. Please either give me a solution or give me path to find this issue.

Thanks and Regards,
Dharprog

Re: Catching Bounce/daemon emails

Posted: Wed Mar 31, 2010 6:59 am
by siji86
Hi,
I am not sure about Swift Mailer, whether it is possible to catch bounced emails, but i have used imap functions in php to open the mailbox and read the messages to find out the bounced emails, but is a lengthy and error prone method. Also u have to specify the return path while sending the mail using SwiftMailer.
I hope this helps you.

Bye. :)