cakesol / emailqueue
Allow emails to be stored in a queue before sending them with the mailclient
Requires
- cakephp/cakephp: ^3.6
This package is auto-updated.
Last update: 2025-03-11 15:29:54 UTC
README
Requirements
- CakePHP 3.6.0+
- PHP 7.2+
Installation
You can install this plugin into your CakePHP application using composer. The recommended way to install composer packages is:
composer require cakesol/config
or update your composer.json file as below
"require": {
"cakesol/config": "dev-master"
},
Enable the plugin in your application bootstrap.php
Plugin::load('Cakesol/Config', ['bootstrap' => true]);
Database
This plugin requires a migration to generate a configs
table, and it
can be generated via the official Migrations plugin as follows:
bin/cake migrations migrate -p cakesol/config
Or you can use this plugin to manage the migrations via the admin
Support
Please report bugs and feature request in the issues section of this repository.
License
Copyright 2018 Solutia. All rights reserved.
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.