2017 © Pedro Peláez
 

cakephp-plugin email_queue

Queue, Throttle, and Send-In-the-Future emails

image

bmilesp/email_queue

Queue, Throttle, and Send-In-the-Future emails

  • Thursday, June 12, 2014
  • by bmilesp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Email Queue Plugin

Queue, Throttle, and Send-In-the-Future emails, and many other great features, (*1)

Based off of the CakeDC Email Queue, (*2)

Requirements

CakePHP => 2.1, (*3)


Installation

[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"
    }
}

Enable plugin

Add following lines in yout app/Config/bootstrap.php file, (*6)

CakePlugin::load('EmailQueue', array('bootstrap' => true));

Usage

The Versions

12/06 2014

dev-master

9999999-dev

Queue, Throttle, and Send-In-the-Future emails

  Sources   Download

The Requires

 

by Avatar bmilesp