Revision #3 has been created by yugene on Jun 29, 2014, 7:11:14 AM with the memo:
Yii version is set to 1.1
« previous (#2)
Changes
Title
unchanged
Email template functionality with manage content from database
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
email, template
Content
unchanged
[...]
$mailer->Subject = Yii::t('contact-req', $model->subject);
$mailer->Body = $message;
$mailer->Send();
```
**Plz comment for any query or updation.**