PHP Classes

PHPMailer Bounce Mail Handler: Handle bounced messages in a IMAP mailbox

Recommend this page to a friend!
  Info   View files Example   View files View files (275)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2022-10-21 (8 days ago) RSS 2.0 feedStarStarStarStar 71%Total: 388 This week: 6All time: 6,628 This week: 135Up
Version License PHP version Categories
phpmailer-bmh 1.0.11GNU General Publi...5.3Email, PHP 5
Collaborate with this project Author

PHPMailer-BMH - github.com

Description

This package can handle bounced messages in a IMAP mailbox.

It accesses a mailbox via IMAP and retrieves the messages to check if they match one of the several possible rules that define what is a bounced message.

For each matched bounced message it finds, it may invoke a given callback function.

This is package is based on original written by instaclick which in turn is based on WorxWare's PHPMailer-BMH package.

Recommendations
Picture of Lars Moelleken
  Performance   Level  
Innovation award
Innovation award
Nominee: 11x

Winner: 1x

 

Details

Build Status codecov.io Scrutinizer Code Quality Codacy Badge Latest Stable Version Total Downloads Latest Unstable Version License

  • PHP 7.0+ Support
  • Composer & PSR-0 Support
  • PHPUnit testing via Travis CI (TODO: more tests needed)
  • PHP-Quality testing via SensioLabsInsight (TODO: more fixes needed)

Bounce Mail Handler

WARNING: This is a Extended-Fork of instaclick's PHPMailer-BMH what is on the other hand a Fork of WorxWare's PHPMailer-BMH.

Installation

The recommended installation way is through Composer.

$ composer require voku/bounce-mail-handler

Examples

github.com/voku/PHPMailer-BMH/tree/master/examples

  Files folder image Files  
File Role Description
Files folder imageexamples (4 files)
Files folder imagesrc (1 directory)
Files folder imagetests (5 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .scrutinizer.yml Data Auxiliary data
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file phpcs.php_cs Example Example script
Accessible without login Plain text file phpstan.neon Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:388
This week:6
All time:6,628
This week:135Up
 User Ratings  
 
 All time
Utility:91%StarStarStarStarStar
Consistency:83%StarStarStarStarStar
Documentation:83%StarStarStarStarStar
Examples:91%StarStarStarStarStar
Tests:-
Videos:-
Overall:71%StarStarStarStar
Rank:317
  

For more information send a message to info at phpclasses dot org.