2017 © Pedro Peláez
 

yii2-extension yii2-mailgun-mailer

Mailgun Mailer for Yii 2 framework.

image

alex-salt/yii2-mailgun-mailer

Mailgun Mailer for Yii 2 framework.

  • Friday, September 25, 2015
  • by alex_salt
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4,973 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Yii2 Mailgun Mailer

Mailgun mailer for Yii 2 framework., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"katanyoo/yii2-mailgun-mailer": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

php <?php Yii::$app->mailer->compose('<view_name>', <option>) ->setFrom("<from email>") ->setTo("<to email>") ->setSubject("<subject>") // ->setHtmlBody("<b> Hello User </b>") // ->setTextBody("Hello User") ->send(); ?>, (*7)

The Versions

25/09 2015

dev-master

9999999-dev

Mailgun Mailer for Yii 2 framework.

  Sources   Download

BSD-3-Clause

The Requires

 

by Katanyoo Ubalee

extension yii2 mailer mailgun

25/09 2015

v1.0.1

1.0.1.0

Mailgun Mailer for Yii 2 framework.

  Sources   Download

BSD-3-Clause

The Requires

 

by Katanyoo Ubalee

extension yii2 mailer mailgun

29/05 2015

v1.0.0

1.0.0.0

Mailgun Mailer for Yii 2 framework.

  Sources   Download

BSD-3-Clause

The Requires

 

by Katanyoo Ubalee

extension yii2 mailer mailgun

29/05 2015

dev-mailgun18

dev-mailgun18

Mailgun Mailer for Yii 2 framework.

  Sources   Download

BSD-3-Clause

The Requires

 

by Katanyoo Ubalee

extension yii2 mailer mailgun