2017 © Pedro Peláez
 

yii2-extension yii2-mailgun

Mailgun integration for the Yii2 framework

image

newrow/yii2-mailgun

Mailgun integration for the Yii2 framework

  • Wednesday, February 8, 2017
  • by nireli100
  • Repository
  • 1 Watchers
  • 1 Stars
  • 808 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 24 Forks
  • 0 Open issues
  • 7 Versions
  • 6 % Grown

The README.md

Mailgun

Mailgun integration for the Yii framework, (*1)

Installation

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

Either run, (*3)

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

or add, (*4)

"newrow/yii2-mailgun": "*"

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

Usage

Configure it in the application configuration:, (*6)

'components' => [
    ...
    'mailer' => [
        'class' => 'newrow\mailgun\Mailer',
        'key' => 'key-example',
        'domain' => 'mg.example.com',
    ],
    ...
],

To send an email, you may use the following code:, (*7)

Yii::$app->mailer->compose('contact/html', ['contactForm' => $form])
    ->setFrom('from@domain.com')
    ->setTo($form->email)
    ->setSubject($form->subject)
    ->send();

The Versions

08/02 2017

dev-master

9999999-dev

Mailgun integration for the Yii2 framework

  Sources   Download

Apache-2.0

The Requires

 

by Nir Eliyahu - Newrow

mail email extension yii2 mailer rackspace mailgun

08/02 2017

v0.0.6

0.0.6.0

Mailgun integration for the Yii2 framework

  Sources   Download

Apache-2.0

The Requires

 

by Nir Eliyahu - Newrow

mail email extension yii2 mailer rackspace mailgun

08/02 2017

v0.0.5

0.0.5.0

Mailgun integration for the Yii2 framework

  Sources   Download

Apache-2.0

The Requires

 

by Nir Eliyahu - Newrow

mail email extension yii2 mailer rackspace mailgun

08/02 2017

v0.0.4

0.0.4.0

Mailgun integration for the Yii2 framework

  Sources   Download

Apache-2.0

The Requires

 

by Nir Eliyahu

mail email extension yii2 mailer rackspace mailgun

13/05 2016

v0.0.3

0.0.3.0

Mailgun integration for the Yii framework

  Sources   Download

Apache-2.0

The Requires

 

by Mike Peters

mail email extension yii2 mailer rackspace mailgun

29/10 2015

v0.0.2

0.0.2.0

Mailgun integration for the Yii framework

  Sources   Download

Apache-2.0

The Requires

 

by Mike Peters

mail email extension yii2 mailer rackspace mailgun

12/05 2015

v0.0.1

0.0.1.0

Mailgun integration for the Yii framework

  Sources   Download

Apache-2.0

The Requires

 

by Mike Peters

mail email extension yii2 mailer rackspace mailgun