omgdef/yii2-unisender-mailer

This extension implements MailerInterface for sending emails via UniSender


Keywords
extension, yii2, unisender, mailer
License
BSD-4-Clause

Documentation

Mailer component for Yii2 for sending emails via UniSender

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.