Download the PHP package phuongdev89/yii2-email-manager without Composer
On this page you can find all versions of the php package phuongdev89/yii2-email-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phuongdev89/yii2-email-manager
More information about phuongdev89/yii2-email-manager
Files in phuongdev89/yii2-email-manager
Informations about the package yii2-email-manager
Installation
Composer
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Migration
Migration run
Configuration
Simple configuration:
Advanced config
First you need phuongdev89/yii2-setting
installed, create 5 records on Setting module:
smtp_host
(value:smtp.gmail.com
)smtp_user
(value:[email protected]
)smtp_password
(value:12345678
)smtp_port
(value:587
)smtp_encryption
(value:TLS
)
Add command to the list of the available commands. Put it into console app configuration:
Add email sending daemon into crontab, can be via lockrun or run-one utils (read more phuongdev89/yii2-cron
):
Usage
Backend
Access this url:
or
Simple usage
Advanced usage
Create a shortcut name welcome_email
. Example:
Send/Queue welcome email when done:
All versions of yii2-email-manager with dependencies
yiisoft/yii2 Version ~2.0.4
mailgun/mailgun-php Version ^2.0
yiisoft/yii2-swiftmailer Version ~2.0.0 | ~2.1.0
yiisoft/yii2-twig Version ^2.2
php-http/guzzle6-adapter Version *
baibaratsky/yii2-serialized-attributes-behavior Version ~1.1
phuongdev89/yii2-base Version *
phuongdev89/yii2-roxymce Version *
phuongdev89/yii2-cron Version *