omgdef / yii2-unisender-mailer
This extension implements MailerInterface for sending emails via UniSender
Installs: 14 758
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- omgdef/yii2-unisender: ~1.1
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-11-04 15:46:06 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.