return array( ... other options ... 'driver' => 'smtp', // duh! 'smtp' => array( 'host' => 'ssl://smtp.gmail.com', 'port' => 465, 'username' => 'googleusername', 'password' => 'googlepassword', 'timeout' => 5 // this can be whatever you want ), 'newline' => "\r\n" );Troubleshooting: 1. Not authorized
It looks like you're new here. If you want to get involved, click one of these buttons!