Zend框架1-使用POP3和端口995接收邮件读取失败-连接已关闭?

时间:2018-12-06 15:46:50

标签: ssl port pop3

我使用zend1从office356接收邮件,但收到以下错误:

  

致命错误:未捕获的Zend_Mail_Protocol_Exception:读取失败-   连接已关闭?在E中:\ Projects \源\库\ Zend \ Mail \   通讯协定\ Pop3.php:174

我的代码:

$mail = new Zend_Mail_Storage_Pop3([
    'host'     => 'outlook.office365.com',
    'port'     => 995,
    'user'     => 'xxxx',
    'password' => 'xxxx',
    'ssl'      => 'TLS'
]);

更改“ ssl => SSL”配置后,我仍然收到普通邮件。但是我想使用“ ssl =>“ TLS”,端口是995。那我该怎么办?

0 个答案:

没有答案