jonnylor63/bounce-mail-handler
Composer 安装命令:
composer require jonnylor63/bounce-mail-handler
包简介
Bounce Mail Handler
README 文档
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
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2021-03-16