bhrdn/minimail

Simple PHP Mailer

1.0.0.alpha 2018-03-26 16:38 UTC

This package is not auto-updated.

Last update: 2024-05-21 02:32:59 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