dev-master
9999999-devQueue, Throttle, and Send-In-the-Future emails
The Requires
by bmilesp
Queue, Throttle, and Send-In-the-Future emails
Queue, Throttle, and Send-In-the-Future emails, and many other great features, (*1)
Based off of the CakeDC Email Queue, (*2)
CakePHP => 2.1, (*3)
[Using Composer], (*4)
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:, (*5)
{ "require": { "bmilesp/email_queue": "dev-master" } }
Add following lines in yout app/Config/bootstrap.php file, (*6)
CakePlugin::load('EmailQueue', array('bootstrap' => true));
Queue, Throttle, and Send-In-the-Future emails