What is the best PHP email bounce handler class? #email bounce handler
Edit
by hareesh harogoppa - 4 years ago (2020-09-01)
Track bulk email delivery
| I want to track bulk email deliver success. |
Ask clarification
1 Recommendation
This package can handle bounced messages in a IMAP mailbox.
It accesses a mailbox via IMAP and retrieves the messages to check if they match one of the several possible rules that define what is a bounced message.
For each matched bounced message it finds, it may invoke a given callback function.
This is package is based on original written by instaclick which in turn is based on WorxWare's PHPMailer-BMH package.
| by Manuel Lemos 26695 - 4 years ago (2020-09-02) Comment
There are several packages to do what you want. You can try for instance this one if you can receive bounced email messages in an IMAP mailbox. |