intermundia/yii2-mailer

Yii2-mailer

Installs: 146

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:yii2-extension

v0.0.6 2020-04-23 14:45 UTC

This package is auto-updated.

Last update: 2024-03-23 23:23:54 UTC


README

Yii2-mailer

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist intermundia/yii2-mailer "*"

or add

"intermundia/yii2-mailer": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \intermundia\mailer\Autoload::widget(); ?>```