bmilesp/email_queue

There is no license information available for the latest version (dev-master) of this package.

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

dev-master 2014-06-11 22:28 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:37:50 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));

Usage