Download the PHP package devster/rad-mailer without Composer
On this page you can find all versions of the php package devster/rad-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devster/rad-mailer
More information about devster/rad-mailer
Files in devster/rad-mailer
Download devster/rad-mailer
More information about devster/rad-mailer
Files in devster/rad-mailer
Vendor devster
Package rad-mailer
Short Description Symfony rad mailer
License MIT
Homepage https://github.com/devster/rad-mailer
Package rad-mailer
Short Description Symfony rad mailer
License MIT
Homepage https://github.com/devster/rad-mailer
Please rate this library. Is it a good library?
Informations about the package rad-mailer
RAD Mailer
Send Twig templated email with Swiftmailer at speed of light. Dead simple.
Installation
Composer
Add this to your composer.json
Usage
Global usage
This library is aims to work with symfony, so you can pass an object as from
and to
option.
This object must has:
* an `email` public property
* or `mail` public property
* or a `getEmail` public method
* or a `getMail` public method
* and a `name` public property
* or a `getName` public method
* or a `__toString` public method
Or you can extends the getDataFromObject
method from the Rad\Mailer
.
Symfony
Register the mailer as service
Why not a bundle? Because its overkill. period.
Silex
License
This plugin is licensed under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
All versions of rad-mailer with dependencies
PHP Build Version
Package Version
The package devster/rad-mailer contains the following files
Loading the files please wait ....