Send Mails Via Yii Tools

Hi, i am Newbie in web programming and recently i’ve started used Yii framework. And i should organize a feedback on my site. How can i send mails via Yii tools?

Yii is based on PHP, you can use anything in Yii which is in PHP.

You can use mail() function of php to send emails.

I recommend you to learn PHP first.

Hi please see this extension

I hope it’s some help.

You can use mail function of PHP but if you want to send emails from your localhost, you should install POSTFIX. It is a mail transfer agent. I’m using Linux Ubuntu that’s why I can easily install it from Ubuntu Software Center. I’m not sure if it is available on Windows, you may check it on Google :)

I hope I’d gave a good reminder :)