rambomst / php-bounce-handler
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
1.6
2018-02-11 21:04 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-11 11:00:55 UTC
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.