Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 387 Bytes

PHP Bounce Handler

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.