Posts by Francis Rebouças • 41 points
1 post
-
4
votes2
answers1644
viewsA: Configure Cakephp to send emails via gmail
If your cakephp is 2.3.0 or higher use: public $gmail = array( 'host' => 'smtp.gmail.com', 'port' => 465, 'username' => '[email protected]', 'password' => 'secret', 'transport' => 'Smtp',…