【问题标题】:Osticket and Office365 - SMTP authentication failureOsticket 和 Office365 - SMTP 身份验证失败
【发布时间】:2017-01-31 21:20:56
【问题描述】:

我正在尝试将OsTicket 配置为Office365

IMAP 工作正常,但我的 SMTP 配置有问题。

我的配置和错误如下:

我还尝试了 OsTicket 论坛上建议的另一种配置,但它也不起作用:

我查看了 OsTicket 论坛,但没有找到任何可靠的解决方案。

【问题讨论】:

    标签: office365 osticket


    【解决方案1】:

    我已经在 /include/pear/Net/SMTP.php 修改了 osTicket 的邮件类,更改了行:

    $this->_socket_options =$socket_options;
    

    $this->_socket_options = array('ssl' => array('verify_peer_name' => false));
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-10-09
      • 2015-10-14
      • 2019-03-14
      • 1970-01-01
      • 2013-08-07
      • 1970-01-01
      • 2013-02-06
      • 1970-01-01
      相关资源
      最近更新 更多