PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHPMailer Bounce Mail Handler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHPMailer Bounce Mail Handler
Handle bounced messages in a IMAP mailbox
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 905 bytes
 

Contents

Class file image Download
{ "name": "voku/bounce-mail-handler", "type": "library", "description": "Bounce Mail Handler", "keywords": [ "bounce", "mail", "email", "bounce-mail", "hard-bounce", "soft-bounce", "mailer" ], "license": "GPL-2.0", "authors": [ { "name": "Andy Prevost", "email": "andy.prevost@worxteam.com", "role": "Developer" }, { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "role": "Other Fork Maintainer" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "role": "Fork Maintainer" } ], "require": { "php": ">=7.0.0", "ext-imap": "*" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "autoload": { "psr-0": { "BounceMailHandler": "src/" }, "files": [ "src/BounceMailHandler/phpmailer-bmh_rules.php" ] } }