kloining / php-bounce-handler
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 6
pkg:composer/kloining/php-bounce-handler
This package is not auto-updated.
Last update: 2026-01-18 11:06:50 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.