xutl/yii2-mailer

Mailer for Yii 2 framework.

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

1.0.3 2017-05-19 04:04 UTC

This package is auto-updated.

Last update: 2024-04-11 01:00:59 UTC


README

Latest Stable Version Total Downloads Reference Status Build Status Dependency Status License

适用于Yii2的邮件队列扩展

这个库的作用是把要发送的邮件全都推送到队列里并不实际发送邮件。

发送邮件交给消息的消费者来处理。而这个消费者可以用任何语言来写嘎嘎!

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xutl/yii2-mailer

or add

"xutl/yii2-mailer": "~1.0.0"

to the require section of your composer.json file.