Catching Bounce/daemon emails

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
User avatar
dharprog
Forum Contributor
Posts: 126
Joined: Fri Oct 27, 2006 12:20 am

Catching Bounce/daemon emails

Post 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
siji86
Forum Commoner
Posts: 30
Joined: Fri Mar 26, 2010 6:15 am

Re: Catching Bounce/daemon emails

Post 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. :)
Post Reply