2017 © Pedro PelĂĄez
 

library php-bounce-handler

Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses

image

kloining/php-bounce-handler

Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses

  • Tuesday, November 14, 2017
  • by kloining
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

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., (*1)

The Versions

14/11 2017

dev-master

9999999-dev https://github.com/rambomst/PHP-Bounce-Handler/

Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses

  Sources   Download

BSD

by Kristian LĂžining

mail email php bounce

14/11 2017

dev-use_case

dev-use_case https://github.com/rambomst/PHP-Bounce-Handler/

Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses

  Sources   Download

BSD

mail email php bounce

31/03 2017

1.2

1.2.0.0 https://github.com/rambomst/PHP-Bounce-Handler/

Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses

  Sources   Download

BSD

mail email php bounce

25/03 2017

1.1

1.1.0.0 https://github.com/rambomst/PHP-Bounce-Handler/

Chops up bounce notifications into associative arrays and returns header information with bounce statuses

  Sources   Download

BSD

mail email php bounce