2017 © Pedro Peláez
 

yii2-extension yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

image

yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

  • Thursday, June 21, 2018
  • by lagman
  • Repository
  • 1 Watchers
  • 6 Stars
  • 4,734 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 38 % Grown

The README.md

Mailgun mailer component for Yii2 framework

Build Status Latest Stable Version Total Downloads License, (*1)

Mailgun is a transactional email cloud service. Say goodbye to your usual sendmail or postfix MTA problems. You can start sending emails via cloud without writing any line of code., (*2)

Installation

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

Either run, (*4)

composer require --prefer-dist yarcode/yii2-mailgun-mailer

or add, (*5)

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

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

Usage

Configure YarCode\Yii2\Mailgun\Mailer as your mailer., (*7)

  'mailer' => [
      'class' => \YarCode\Yii2\Mailgun\Mailer::class,
      'domain' => 'example.org',
      'apiKey' => 'CHANGE-ME',
  ],

Now you can send your emails as usual., (*8)

$message = \Yii::$app->mailer->compose()
  ->setSubject('test subject')
  ->setFrom('test@example.org')
  ->setHtmlBody('test body')
  ->setTo('user@example.org');

\Yii::$app->mailer->send($message);

Licence

MIT, (*9)

The Versions

21/06 2018

dev-master

9999999-dev http://packagist.org/packages/yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

  Sources   Download

MIT

The Requires

 

The Development Requires

api mail email yii2 mailer mailgun

21/06 2018

1.1.3

1.1.3.0 http://packagist.org/packages/yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

  Sources   Download

MIT

The Requires

 

The Development Requires

api mail email yii2 mailer mailgun

19/09 2016

1.1.2

1.1.2.0 http://packagist.org/packages/yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

  Sources   Download

MIT

The Requires

 

api mail email yii2 mailer mailgun

19/09 2016

1.1.1

1.1.1.0 http://packagist.org/packages/yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

  Sources   Download

MIT

The Requires

 

api mail email yii2 mailer mailgun

19/09 2016

1.1

1.1.0.0 http://packagist.org/packages/yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

  Sources   Download

MIT

The Requires

 

api mail email yii2 mailer mailgun

28/07 2016

1.0

1.0.0.0 http://packagist.org/packages/yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

  Sources   Download

MIT

The Requires

 

api mail email yii2 mailer mailgun