code
Using Zend_Mail and Google SMTP to send emails
You can set this globally, for example in your bootstrap.php file: $tr = new Zend_Mail_Transport_Smtp('smtp.gmail.com', array( 'auth' => 'login', 'username' => 'YOUR_USERNAME@gmail.com', 'password' => 'YOUR_PASSWORD', '