Welcome Guest, Not a member yet? Register   Sign In
How use the gmail SMTP for sending email
#12

[eluser]cideveloper[/eluser]
This is what I have in my email.php. I have tried all the other variations and this one has always worked.

Code:
$config['protocol']="smtp";
$config['smtp_host']="ssl://smtp.googlemail.com";
$config['smtp_port']="465";
$config['smtp_timeout']="30";
$config['smtp_user']="[email protected]";
$config['smtp_pass']="p4ssw0rd";
$config['charset']="utf-8";
$config['newline']="\r\n";

I have never even seen

Code:
$config['crlf'] = "\r\n";


Messages In This Thread
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 03:39 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 03:43 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 03:48 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 05:00 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 05:04 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 06:20 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 06:29 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 06:45 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 06:54 AM
How use the gmail SMTP for sending email - by El Forum - 01-06-2011, 07:11 AM
How use the gmail SMTP for sending email - by El Forum - 01-09-2011, 02:26 PM
How use the gmail SMTP for sending email - by El Forum - 01-09-2011, 06:18 PM
How use the gmail SMTP for sending email - by El Forum - 01-09-2011, 07:08 PM
How use the gmail SMTP for sending email - by El Forum - 01-09-2011, 07:29 PM
How use the gmail SMTP for sending email - by El Forum - 01-10-2011, 03:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB