Skip to content

Files

Latest commit

Sep 19, 2019
5b06e9d · Sep 19, 2019

History

History

yii-mailjet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 19, 2019

Mailjet

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist codexten/yii-mailjet:"^2.0.0"

or add

"codexten/yii-mailjet": "^2.0.0"

to the require section of your composer.json.

params

return [
    // default mailer
    'mailer' => 'mailjet',
        
    //mailjet
    'mailjet.apikey' => '',
    'mailjet.secret' => '',  
];

Override Views

Usage