rambomst/php-bounce-handler
最新稳定版本:1.6
Composer 安装命令:
composer require rambomst/php-bounce-handler
包简介
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
README 文档
README
Usage
Parse Email
use rambomst\PHPBounceHandler\BounceHandler
$bounce_handler = new BounceHandler();
$parsed_bounce_email = $bounce_handler->parseEmail($email);
Search For Custom Header
$custom_header = $bounce_handler->findXHeader('X-Custom-Identifier')
License
This library is under BSD License.
统计信息
- 总下载量: 175.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-03-25