kartik-v / yii2-mail-manager
Yii2 mail management module that allows DB queuing, monitor email queues, templates, setup mail categories, and manage scheduling via cron.
Fund package maintenance!
Open Collective
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.5
- kartik-v/yii2-widget-activeform: ~1.0
- yiisoft/yii2-swiftmailer: ~2.0
This package is auto-updated.
Last update: 2024-10-29 05:23:10 UTC
README
yii2-mail-manager
A mail management module for Yii2 using yii2 swiftmailer. Allows one to setup email queuing in a database, monitor email queues, templates, setup mail categories, and manage scheduling via cron.
NOTE: EXTENSION IS UNDER DEVELOPMENT
Installation
The preferred way to install this extension is through composer.
Pre-requisites
Note: Check the composer.json for this extension's requirements and dependencies.
Read this web tip /wiki on setting the minimum-stability
settings for your application's composer.json.
Install
Either run
$ php composer.phar require kartik-v/yii2-mail-manager "@dev"
or add
"kartik-v/yii2-mail-manager": "@dev"
to the require
section of your composer.json
file.
License
yii2-mail-manager is released under the BSD-3-Clause License. See the bundled LICENSE.md
for details.