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: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master / 1.0.x-dev 2019-08-31 12:25 UTC

This package is auto-updated.

Last update: 2024-04-29 04:00:35 UTC


README

Stable Version Unstable Version License Total Downloads Monthly Downloads Daily Downloads

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.