cwd / bounce-detection
Detect if a mail (string) is bounce mail - soft and hard bounce support
dev-develop
2016-10-08 17:23 UTC
Requires
- php: ^5.5.0 || ^7.0
- ext-mailparse: *
- php-mime-mail-parser/php-mime-mail-parser: ^2.5
- symfony/yaml: ^3.1
Requires (Dev)
- phpunit/phpunit: ~4.8
- symfony/var-dumper: ^3.1
This package is auto-updated.
Last update: 2024-11-14 11:59:19 UTC
README
This uses the bounce detection (regexp) of voku/bounce-mail-handler which is an extended fork of instaclick's PHPMailer-BMH which is on the other hand a Fork of WorxWare's PHPMailer-BMH.
This lib doesnt care where your mail comes from, so there is no IMAP integration like in PHPMailer-BMH. It juses parses the content you give to it.