alexeevdv/yii2-tidesoftware-mailer

0.1.0 2020-03-24 08:43 UTC

This package is auto-updated.

Last update: 2024-04-24 14:57:56 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require alexeevdv/yii2-tidesoftware-mailer "^0.1"

or add

"alexeevdv/yii2-tidesoftware-mailer": "^0.1"

to the `require` section of your composer.json file.

Configuration

[
    'components' => [  
        'mailer' => [
            'class' => alexeevdv\yii\tidesoftware\Mailer::class,
            'userId' => 1111,
            'password' => 'secret',
            'customerId' => 2222,
            'addressFromId' => 3333,
        ],
    ],
]