omgdef / yii2-unisender-mailer
This extension implements MailerInterface for sending emails via UniSender
Package info
github.com/OmgDef/yii2-unisender-mailer
Type:yii2-extension
pkg:composer/omgdef/yii2-unisender-mailer
1.1.2
2019-12-04 05:04 UTC
Requires
- omgdef/yii2-unisender: ~1.1
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-04 18:33:16 UTC
README
This extension implements MailerInterface for sending emails via UniSender
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist omgdef/yii2-unisender-mailer "*"
or add
"omgdef/yii2-unisender-mailer": "*"
to the require section of your composer.json file.