2017 © Pedro Peláez
 

yii2-extension yii2-mail

Handy module for sending and loggin email via core mailer

image

mirkhamidov/yii2-mail

Handy module for sending and loggin email via core mailer

  • Thursday, February 15, 2018
  • by miroff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

yii2-mail (under development!!!)

TODO: ADD DESCRIPTION, (*1)

Installation

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

Either run, (*3)

composer require mirkhamidov/yii2-mail "*"

or add, (*4)

"mirkhamidov/yii2-mail": "*"

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

Usage

Send email with attachment

$_mailRecipient = 'you@email.com';
$_mailMoreData = [
    'someParamInEmail' => 'will be replaced with this text',
];
$_mailParams['attach'] = [
    [
        'file' => $model->params['file']['fileFullPath'],
        'params' => [
            // for details look at http://www.yiiframework.com/doc-2.0/yii-mail-messageinterface.html#attach()-detail
        ],
    ],
];

MMail::sendMail($_mailAlias, $_mailRecipient, $_mailMoreData, $_mailParams);

The Versions

15/02 2018

dev-master

9999999-dev

Handy module for sending and loggin email via core mailer

  Sources   Download

MIT

The Requires

 

by Jasur Mirkhamidov

mail extension yii2 mailer mail manager mail log

15/02 2018

0.3

0.3.0.0

Handy module for sending and loggin email via core mailer

  Sources   Download

MIT

The Requires

 

by Jasur Mirkhamidov

mail extension yii2 mailer mail manager mail log

15/11 2016

0.2

0.2.0.0

Handy module for sending and loggin email via core mailer

  Sources   Download

MIT

The Requires

 

by Jasur Mirkhamidov

mail extension yii2 mailer mail manager mail log

14/11 2016

0.1.3

0.1.3.0

Handy module for sending and loggin email via core mailer

  Sources   Download

MIT

The Requires

 

by Jasur Mirkhamidov

mail extension yii2 mailer mail manager mail log

14/11 2016

0.1.2

0.1.2.0

Handy module for sending and loggin email via core mailer

  Sources   Download

MIT

The Requires

 

by Jasur Mirkhamidov

mail extension yii2 mailer mail manager mail log

14/11 2016

0.1.1

0.1.1.0

Handy module for sending and loggin email via core mailer

  Sources   Download

MIT

The Requires

 

by Jasur Mirkhamidov

mail extension yii2 mailer mail manager mail log

14/11 2016

0.1

0.1.0.0

Handy module for sending and loggin email via core mailer

  Sources   Download

MIT

The Requires

 

by Jasur Mirkhamidov

mail extension yii2 mailer mail manager mail log