我正嘗試連接到Bluehost以閱讀我的電子郵件(在Bluehost上的其中一個域上)。我嘗試下面的代碼:無法連接到使用imap_open從PHP腳本讀取郵件的Bluehost服務器
imap_open("{mail.domain.com:993/imap/ssl}INBOX", $email, $password);
,也試過
imap_open("{box***.bluehost.com:993/imap/ssl}INBOX", $email, $password);
imap_open("{box***.bluehost.com:995/imap/ssl}INBOX", $email, $password);
,但它顯示連接超時錯誤。
我檢查過使用phpinfo(),imap和ssl支持已啓用。
我已經使用的端口,995,993 110和143
我使用Microsoft Outlook作爲我的電子郵件客戶端。我試圖從Outlook獲取詳細信息,並將服務器顯示爲pop3服務器。