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

rambomst/php-bounce-handler

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

  • Sunday, February 11, 2018
  • by Rambomst
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1,352 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 5 Versions
  • 19 % 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

11/02 2018

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 BSD-3-Clause

mail email php bounce

11/02 2018

1.6

1.6.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-3-Clause

mail email php bounce

15/11 2017

1.3

1.3.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

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