cleentfaar / mailer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Build, render and send e-mails with ease
dev-master
2017-03-18 16:28 UTC
Requires
- php: ^7.1
- symfony/http-foundation: ^3.0
- symfony/options-resolver: ^3.0
Requires (Dev)
- adlawson/vfs: ^0.12
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^5.7|^6.0
Suggests
- cleentfaar/mailer-swiftmailer: If you want to use the (recommended) Swiftmailer driver for sending e-mails
This package is auto-updated.
Last update: 2022-02-01 13:06:06 UTC
README
Installation
The recommended way to install Mailer is through Composer.
php composer.phar require cleentfaar/mailer
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
Documentation
Packages depending on this library
The following packages depend on this library:
Package | Description |
---|---|
mailer-swiftmailer (driver) | Driver that implements the Swiftmailer engine (recommended) |
mailer-bundle | Symfony bundle that let's you use the Mailer library in your Symfony projects |
Suggested packages
leemunroe's HTML email template can be used as a base for your HTML templates.