Skip to content

Parse bounce emails and returns response status, recipient, headers, etc.

License

Notifications You must be signed in to change notification settings

Rambomst/PHP-Bounce-Handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Parse bounce emails and returns response status, recipient, headers, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages