Welcome Guest, Not a member yet? Register   Sign In
SMTP gmail help
#3

[eluser]kbauman[/eluser]
Here was my solution to using gmail. I had everything correct, but it wouldn't work until I added the following:
Code:
$config['smtp_timeout'] = 30;
$config['newline'] = "\r\n";
$config['crlf'] = "\r\n";
$config['mailtype'] = 'text';
$config['charset'] = 'utf-8';

I don't know which of those things made it work...I'm just happy it finally works.


Messages In This Thread
SMTP gmail help - by El Forum - 07-23-2010, 02:25 PM
SMTP gmail help - by El Forum - 07-23-2010, 06:29 PM
SMTP gmail help - by El Forum - 07-25-2010, 09:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB