2017 © Pedro Peláez
 

library bzl-mail

Email configuration & sending utlities for Zend Framework 2

image

bez/bzl-mail

Email configuration & sending utlities for Zend Framework 2

  • Tuesday, September 10, 2013
  • by bezhermoso
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

BzlMail

Email set-up and sending utlities module for Zend Framework 2, (*1)

  • Mail transport selection and configuration via forms [WORKING]
  • Facade for composing and transmitting emails (easier HTML email composition, adding attachments, etc) [DEVELOPMENT ONGOING]
  • Email scheduling & queueing [PENDING]

Installation

Install via Composer, (*2)

composer require bez/bzl-mail:dev-master

Add "BzlMail" to the list of modules to load in config/application.config.php, (*3)

Create the directory, data/BzlMail, and make sure it is writeable. A JSON file will be saved in this location containing the configuration data. This storage mechanism can be overridden by implementing BzlMail\Settings\Storage\Adapter\AdapterInterface (more info will follow), (*4)

Documentations

The Versions

10/09 2013

dev-docs

dev-docs http://github.com/bezhermoso/BzlMail

Email configuration & sending utlities for Zend Framework 2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

email email queue email scheduling zf2 mail transport

21/08 2013

dev-master

9999999-dev http://github.com/bezhermoso/BzlMail

Email configuration & sending utlities for Zend Framework 2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

email email queue email scheduling zf2 mail transport

21/08 2013

dev-composition-facade

dev-composition-facade http://github.com/bezhermoso/BzlMail

Email configuration & sending utlities for Zend Framework 2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

email email queue email scheduling zf2 mail transport