/EmailQueue

Queue, Throttle, and Send-In-the-Future emails, and many other features

Primary LanguagePHP

Email Queue Plugin

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));

Usage