Send mail using YiiMail extension

Comparing #1 with #2

Revision #2 was created by RKA RKA on Mar 19, 2013, 5:38:00 AM.

Modified the title and made soem cosmetic changes.

Title

Sending mail using YiiMail extension

Content

[...]
----------------
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(
[...]