2017 © Pedro Peláez
 

library nette-mailing

Support send mail in nette application.

image

tacoberu/nette-mailing

Support send mail in nette application.

  • Wednesday, June 14, 2017
  • by tacoberu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 443 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

Nette Mailer

Mailer support for Nette. Support logging mail to files., (*1)

Inspired by Pavel Janda (https://componette.com/ublaboo/mailing/). Many thanks., (*2)

Starts:, (*3)

composer require tacoberu/nette-mailing

Register extension in config file:, (*4)

extensions:
    mailing: Taco\Nette\Mailing\Extension

mailing:
    do: log
    sender: foo@bar.baz
    log_directory: %appDir%/../var/log/mails

Using service Taco\Nette\Mailing\MailingService, (*5)

$this->container->getByType(Taco\Nette\Mailing\MailingService::class)->send('contact', 'recipient@example.com', ['greating' => 'Salut...']);

The Versions

14/06 2017
14/06 2017

v2.3.x-dev

2.3.9999999.9999999-dev https://github.com/tacoberu/nette-mailer

Support send mail in nette application.

  Sources   Download

MIT

The Requires

 

The Development Requires

mailer nette

07/12 2016

dev-master

9999999-dev https://github.com/tacoberu/nette-mailer

Support send mail in nette application.

  Sources   Download

MIT

The Requires

 

The Development Requires

mailer nette

06/12 2016

v0.9.x-dev

0.9.9999999.9999999-dev https://github.com/tacoberu/nette-mailer

Support send mail in nette application.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

mailer nette

06/12 2016

v0.9.4

0.9.4.0 https://github.com/tacoberu/nette-mailer

Support send mail in nette application.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

mailer nette

05/12 2016

v0.9.3

0.9.3.0 https://github.com/tacoberu/nette-mailer

Support send mail in nette application.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

mailer nette

03/12 2016

v0.9.0

0.9.0.0 https://github.com/tacoberu/nette-mailer

Support send mail in nette application.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

mailer nette

02/12 2016

v2.3.1

2.3.1.0 https://github.com/tacoberu/nette-mailer

Support send mail in nette application.

  Sources   Download

MIT

The Requires

 

The Development Requires

mailer nette

30/11 2016

v2.3.0

2.3.0.0 https://github.com/tacoberu/nette-mailer

Support send mail in nette application.

  Sources   Download

MIT

The Requires

 

The Development Requires

mailer nette