bez / bzl-mail
Email configuration & sending utlities for Zend Framework 2
dev-master
2013-08-21 10:00 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2026-02-23 21:46:42 UTC
README
Email set-up and sending utlities module for Zend Framework 2
- 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
composer require bez/bzl-mail:dev-master
Add "BzlMail" to the list of modules to load in config/application.config.php
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)
##Documentations