bhrdn/minimail

Simple PHP Mailer

Maintainers

Package info

github.com/bhrdn/Minimail

pkg:composer/bhrdn/minimail

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

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

This package is not auto-updated.

Last update: 2026-03-10 12:01:14 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