Skip to content

Latest commit

 

History

History
executable file
·
42 lines (25 loc) · 521 Bytes

README.md

File metadata and controls

executable file
·
42 lines (25 loc) · 521 Bytes

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