Download the PHP package tacoberu/nette-mailing without Composer
On this page you can find all versions of the php package tacoberu/nette-mailing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tacoberu/nette-mailing
More information about tacoberu/nette-mailing
Files in tacoberu/nette-mailing
Download tacoberu/nette-mailing
More information about tacoberu/nette-mailing
Files in tacoberu/nette-mailing
Vendor tacoberu
Package nette-mailing
Short Description Support send mail in nette application.
License MIT
Homepage https://github.com/tacoberu/nette-mailer
Package nette-mailing
Short Description Support send mail in nette application.
License MIT
Homepage https://github.com/tacoberu/nette-mailer
Please rate this library. Is it a good library?
Informations about the package nette-mailing
Nette Mailer
Mailer support for Nette. Support logging mail to files.
Inspired by Pavel Janda (https://componette.com/ublaboo/mailing/). Many thanks.
Starts:
composer require tacoberu/nette-mailing
Register extension in config file:
extensions:
mailing: Taco\Nette\Mailing\Extension
mailing:
do: log
sender: [email protected]
log_directory: %appDir%/../var/log/mails
Using service Taco\Nette\Mailing\MailingService
$this->container->getByType(Taco\Nette\Mailing\MailingService::class)->send('contact', '[email protected]', ['greating' => 'Salut...']);
All versions of nette-mailing with dependencies
PHP Build Version
Package Version
The package tacoberu/nette-mailing contains the following files
Loading the files please wait ....