2017 © Pedro Peláez
 

yii2-extension yii2-swiftmailer

The SwiftMailer integration for the Yii framework

image

devchunk/yii2-swiftmailer

The SwiftMailer integration for the Yii framework

  • Tuesday, April 18, 2017
  • by devchunk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 48 Forks
  • 0 Open issues
  • 12 Versions
  • 14 % Grown

The README.md

SwiftMailer Extension for Yii 2

This extension provides a SwiftMailer mail solution for Yii framework 2.0., (*1)

For license information check the LICENSE-file., (*2)

Latest Stable Version Total Downloads Build Status, (*3)

Installation

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

Either run, (*5)

php composer.phar require --prefer-dist yiisoft/yii2-swiftmailer

or add, (*6)

"yiisoft/yii2-swiftmailer": "~2.0.0"

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

Usage

To use this extension, simply add the following code in your application configuration:, (*8)

return [
    //....
    'components' => [
        'mailer' => [
            'class' => 'yii\swiftmailer\Mailer',
        ],
    ],
];

You can then send an email as follows:, (*9)

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

For further instructions refer to the related section in the Yii Definitive Guide., (*10)

The Versions

18/04 2017

dev-master

9999999-dev

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

18/04 2017

2.0.7

2.0.7.0

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

09/09 2016

2.0.6

2.0.6.0

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

17/03 2016

2.0.5

2.0.5.0

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

11/05 2015

2.0.4

2.0.4.0

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

01/03 2015

2.0.3

2.0.3.0

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

11/01 2015

2.0.2

2.0.2.0

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

07/12 2014

2.0.1

2.0.1.0

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

12/10 2014

2.0.0

2.0.0.0

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

28/09 2014

2.0.0-rc

2.0.0.0-RC

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

13/04 2014

2.0.0-beta

2.0.0.0-beta

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email yii2 swiftmailer mailer swift

29/11 2013

2.0.0-alpha

2.0.0.0-alpha

The SwiftMailer integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mail email swiftmailer mailer yii swift