Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vernes authored Feb 8, 2018
1 parent 0d74b29 commit 73a803f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Yii (v1.1.x) extension for sending emails with layouts using [PHPMailer](https:/


## Installation
1. Install with composer: `composer require rdewilde/yiimailer`
2. Add 'vendor.rdewilde.yiimailer.YiiMailer' line to your imports in main and/or console yii config
1. Install with composer: `composer require vernes/yiimailer`
2. Add 'vendor.vernes.yiimailer.YiiMailer' line to your imports in main and/or console yii config
3. Copy mail.php config file to protected/config or add configuration array in 'params' under the key 'YiiMailer'
4. Create email layout file mail.php in protected/views/layouts/ (default path, can be changed in config)
5. Create all the views you want to use in protected/views/mail/ (default path, can be changed in config)
Expand Down

0 comments on commit 73a803f

Please sign in to comment.