hotmail smtp电子邮件问题

时间:2016-11-29 04:38:32

标签: php codeigniter smtp hotmail

我使用codeigniter代码。 需要使用hotmail发送电子邮件,以下是使用的smtp凭证:

                    'smtp_crypto' => 'tls',
                    'protocol' => 'smtp',
                    'smtp_host' => 'smtp.live.com',
                    'smtp_port' => 587,
                    'smtp_user' => URL_EMAILID, // change it to yours
                    'smtp_pass' => URL_PASSWORD, // change it to yours
                    'charset' => 'iso-8859-1',
                    'mailtype' => 'html',
                    'wordwrap' => TRUE,
                    'newline' => "\r\n",
                    'crlf' => "\r\n",

它在开始时发送电子邮件,但现在它给我如下错误,

220 BLU437-SMTP71.smtp.hotmail.com Microsoft ESMTP MAIL Service, Version: 8.0.9200.16384 ready at Mon, 28 Nov 2016 03:47:44 -0800 
任何人都可以帮我解决这个错误,我会很感激最好的答案。

0 个答案:

没有答案