rambomst / php-bounce-handler
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
Installs: 104 435
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 6
Open Issues: 8
This package is not auto-updated.
Last update: 2024-11-22 02:29:34 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.