Revision #3 has been created by robregonm on Apr 29, 2014, 12:42:45 AM with the memo:
Added link to spanish version
« previous (#2) next (#4) »
Changes
Title
unchanged
How to send emails using SMTP
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
yii2, email, mail, mailer, smtp
Content
changed
<a href="https://twitter.com/robregonm" class="twitter-follow-button">Follow @robregonm</a>
[Ver en Español](http://www.yiiframework.com/wiki/657/como-enviar-emails-usando-smtp/)
To send emails from Yii2 is pretty straightforward, since it now uses Swiftmailer for that purpose.
Configuration
------------------
In your config file just add (it has been already added if you created your project using composer):[...]