Download the PHP package crabstudio/email-queue without Composer
On this page you can find all versions of the php package crabstudio/email-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crabstudio/email-queue
More information about crabstudio/email-queue
Files in crabstudio/email-queue
Download crabstudio/email-queue
More information about crabstudio/email-queue
Files in crabstudio/email-queue
Vendor crabstudio
Package email-queue
Short Description EmailQueue plugin for CakePHP 3.x
License MIT
Homepage https://github.com/crabstudio/emailqueue
Package email-queue
Short Description EmailQueue plugin for CakePHP 3.x
License MIT
Homepage https://github.com/crabstudio/emailqueue
Please rate this library. Is it a good library?
Informations about the package email-queue
EmailQueue plugin for CakePHP 3
Note
This plugin base on Lorenzo cakephp-email-queue but with little bit different:
- Sent to `one|multiple` people
- CC to `none|one|multiple` people
- BCC to `none|one|multiple` people
- Included helpers `Html, Text, Number`
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Then load this plugin by type in your command line:
or paste this line to the end of config/bootstrap.php
Create required table
2 way to do it
Use Migration tool
Load sql file into your database
Usage
Call enqueue
function anywhere you want to store new email in the queue.
Example
Schedule task
Linux:
Open crontab
then setup cronjob like this:
Windows:
Open Task Scheduler
then follow this tutorial
All versions of email-queue with dependencies
PHP Build Version
Package Version
The package crabstudio/email-queue contains the following files
Loading the files please wait ....