Welcome Guest, Not a member yet? Register   Sign In
SMTP to Hotmail/Live
#1

[eluser]Unknown[/eluser]
I can send email using STMP from GMAIL (as described in the forums), however when sending email via HOTMAIL/LIVE, I am getting 530 5.7.0 Must issue a STARTTLS command first. Here is my code. Any help would be greatly appreciated!


Code:
$config['protocol']     =  'smtp';
$config['smtp_host']    =  'smtp.live.com';
$config['smtp_user']    =  '[username]@hotmail.com';
$config['smtp_pass']    =  '**************';
$config['smtp_port']    =  587;
$config['crlf']         =  "\r\n";
$config['newline']      =  "\r\n";
$config['smtp_timeout'] =  30;

Additionally i tried ssl://smtp.live.com, like GMAIL but that didnt work either, anyone else had any success?

Thanks

Rob




Theme © iAndrew 2016 - Forum software by © MyBB