Welcome Guest, Not a member yet? Register   Sign In
SOLVED - Mediatemple (gs) SMTP email - help please
#5

[eluser]theshiftexchange[/eluser]
for people's records I solved this:


$config['protocol'] = 'smtp';
$config['smtp_host'] = 's11111.gridserver.com';
$config['smtp_port'] = 465;
$config['smtp_user'] = '[email protected]';
$config['smtp_pass'] = 'yourpassword';
$config['smtp_timeout'] = 30;
$config['newline'] = "\r\n";
$config['crlf'] = "\r\n";
$config['mailtype'] = 'html';
$config['charset'] = 'utf-8';


and change 's11111' to your 'sXXXXX' grid server number.


Messages In This Thread
SOLVED - Mediatemple (gs) SMTP email - help please - by El Forum - 05-22-2010, 02:58 AM
SOLVED - Mediatemple (gs) SMTP email - help please - by El Forum - 05-25-2010, 06:28 AM
SOLVED - Mediatemple (gs) SMTP email - help please - by El Forum - 05-29-2010, 02:04 AM
SOLVED - Mediatemple (gs) SMTP email - help please - by El Forum - 05-29-2010, 06:59 AM
SOLVED - Mediatemple (gs) SMTP email - help please - by El Forum - 02-01-2011, 05:31 AM
SOLVED - Mediatemple (gs) SMTP email - help please - by El Forum - 05-26-2011, 12:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB