rambomst/php-bounce-handler

解析电子邮件退信通知,并将它们转换为关联数组,返回带有退信状态的头部信息

1.6 2018-02-11 21:04 UTC

This package is not auto-updated.

Last update: 2024-09-13 01:38:38 UTC


README

用法

解析电子邮件

use rambomst\PHPBounceHandler\BounceHandler

$bounce_handler = new BounceHandler();
$parsed_bounce_email = $bounce_handler->parseEmail($email);

搜索自定义头部

$custom_header = $bounce_handler->findXHeader('X-Custom-Identifier')

许可协议

此库受BSD许可证许可。