bmilesp / email_queue
Queue, Throttle, and Send-In-the-Future emails
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- bmilesp/crons: dev-master
- cakedc/utils: dev-master
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2024-11-05 03:13:39 UTC
README
Queue, Throttle, and Send-In-the-Future emails, and many other great features
Based off of the CakeDC Email Queue
Requirements
CakePHP => 2.1
Installation
[Using Composer]
View on Packagist, and copy the json snippet for the latest version into your project's composer.json
. Eg, v. dev-master would look like this:
{ "require": { "bmilesp/email_queue": "dev-master" } }
Enable plugin
Add following lines in yout app/Config/bootstrap.php file
CakePlugin::load('EmailQueue', array('bootstrap' => true));