How to send emails using SMTP

Comparing #2 with #3

Revision #3 was created by robregonm robregonm on Apr 29, 2014, 12:42:45 AM.

Added link to spanish version

Content

<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):
[...]