gpt4 book ai didi

带有 Office365 邮件的 PHP IMAP

转载 作者:太空宇宙 更新时间:2023-11-03 13:36:12 27 4
gpt4 key购买 nike

我搜索了多个关于我的问题的 SO 主题,找不到任何可以解决我的问题的主题。 (一个类似的在这里:Access Office356 shared mailbox with PHP)

目前正在尝试将 IMAP PHP 连接到 outlook 框,我可以成功地将 IMAP 框添加到我的邮件客户端(在 mac 中)并接收电子邮件,但在使用 PHP 时我似乎无法让它工作。

我的代码:

$hostname = '{outlook.office365.com:993/imap/ssl}INBOX';
$username = 'email@example.com';
$password = 'password';

$inbox = imap_open($hostname,$username,$password) or die('Cannot connect to Gmail: ' . imap_last_error());

我也尝试过添加 novalidate-cert 等。似乎没有任何区别

我遇到的错误:

 imap_open(): Couldn't open stream {outlook.office365.com:993/imap/ssl}INBOX

[ErrorException]
imap_open(): Couldn't open stream {outlook.office365.com:993/imap/ssl/novalidate-cert}INBOX

希望任何人都能让我走上正轨。

最佳答案

在office365中,无法打开IMAP for Exchange Online Kiosk License ...

关于带有 Office365 邮件的 PHP IMAP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39224039/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com