Revision #2 has been created by RKA on Mar 19, 2013, 5:38:00 AM with the memo:
Modified the title and made soem cosmetic changes.
« previous (#1)
Changes
Title
changed
Sending mail using YiiMail extension
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
YiiMail
Content
changed
[...]
----------------
Let me show a simpe example to send mail using YiiMail extension in 5 steps. It also includes any template view if required along with the content.
**Step1:** Download the extension from path '[http://code.google.com/p/yii-mail/downloads/list](http://code.google.com/p/yii-mail/downloads/list "YiiMailExtension")' .
**Step 2: ** Place the extracted folder inside the extensions folder.
**Step 3:
** Modify the config file main.php like below,
```php
'mail' => array([...]