Queue, Throttle, and Send-In-the-Future emails, and many other great features
Based off of the CakeDC Email Queue
CakePHP => 2.1
[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"
}
}
Add following lines in yout app/Config/bootstrap.php file
CakePlugin::load('EmailQueue', array('bootstrap' => true));