jonnylor63 / bounce-mail-handler
Bounce Mail Handler
v6.1.0
2021-03-17 10:36 UTC
Requires
- php: >=7.0.0
- ext-imap: *
Requires (Dev)
- phpunit/phpunit: ~6.0 || ~7.0
README
- PHP 7.0+ Support
- Composer & PSR-0 Support
- PHPUnit testing via Travis CI (TODO: more tests needed)
- PHP-Quality testing via SensioLabsInsight (TODO: more fixes needed)
Bounce Mail Handler
WARNING: This is a Extended-Fork of:
- instaclick's PHPMailer-BMH what is on the other hand a Fork of WorxWare's PHPMailer-BMH.
- voku's PHPMailer-BMH
- mfrascati's PHPMailer-BMH
Installation
The recommended installation way is through Composer.
$ composer require jonnylor63/bounce-mail-handler
Examples
https://github.com/jonnylor63/PHPMailer-BMH/tree/main/examples
If bounce_type is "hard" the process use $bmh->moveHard and $bmh->hardMailbox If bounce_type is "soft" the process use $bmh->moveSoft and $bmh->softMailbox If bounce_type different from "hard" and "soft" the process use $bmh->moveOther and $bmh->otherMailbox
The email process try to understand :
- standard DSN msg
- not standard DSN msg
- didn't get content-type header
If process fail the email will be deleted only if disableDelete is false and purgeUnprocessed is true