bhrdn / minimail
Simple PHP Mailer
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/bhrdn/minimail
Requires
- php: ^7.0
- bhrdn/diactoros: ^1.0
- fzaninotto/faker: ^1.7
- nesbot/carbon: ^1.24
- phpmailer/phpmailer: ^6.0
This package is not auto-updated.
Last update: 2025-10-21 09:57:12 UTC
README
Simple PHP Mailer
Installing
$ composer require bhrdn/minimail
How it works
- Bypass spam filtering
$mail = new \Minimail\Mailer([ 'homograph' => true ]);
License
This project is licensed under the MIT License - see the LICENSE.md file for details