Osticket 和 Office365 - SMTP 身份验证失败
Osticket and Office365 - SMTP authentication failure
我正在尝试将 OsTicket
配置为 Office365
。
IMAP 工作正常,但我在配置 SMTP 时遇到问题。
我的配置和报错如下:
我也尝试了 OsTicket 论坛上建议的另一种配置,但它也没有用:
我看了扔 OsTicket 论坛,但没有找到任何可靠的解决方案。
我已经在 /include/pear/Net/SMTP 修补了 osTicket 的邮件 class。php 更改行:
$this->_socket_options =$socket_options;
至
$this->_socket_options = array('ssl' => array('verify_peer_name' => false));
我正在尝试将 OsTicket
配置为 Office365
。
IMAP 工作正常,但我在配置 SMTP 时遇到问题。
我的配置和报错如下:
我也尝试了 OsTicket 论坛上建议的另一种配置,但它也没有用:
我看了扔 OsTicket 论坛,但没有找到任何可靠的解决方案。
我已经在 /include/pear/Net/SMTP 修补了 osTicket 的邮件 class。php 更改行:
$this->_socket_options =$socket_options;
至
$this->_socket_options = array('ssl' => array('verify_peer_name' => false));