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
Requires
- xutl/yii2-mq: ~1.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-11 01:58:44 UTC
README
适用于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.