duanlangwen9597 2013-04-04 06:53
浏览 18

mymap@mydomain.com上的Imap错误,但是在myname@gmail.com上工作

I am having a problem that I cannot find the answer to and would appreciate anyone's help as I am sure I am missing something.

I have a company email setup on Gmail but use our company's name as the domain ie. myname@mycompany.com. I am trying to connect to that account using IMAP and PHP but am getting the following error '500 Internal server error'.

What I have done/tried:

  1. Here is my connection code:

    $hostname = '{imap.gmail.com:993/imap/ssl}INBOX';
    $username = 'myname@gmail.com';
    $password = 'mypassword';
    
    $inbox = imap_open($hostname,$username,$password) or die('Cannot connect to your email account: ' . imap_last_error());
    $emails = imap_search($inbox,'ALL');
    $get_unseen = imap_search($inbox,'UNSEEN');
    
  2. Verified php.ini has imap & openSSL loaded and it does using

    extension_loaded("imap") and extension_loaded("openssl")
    
  3. Verified the username/password is correct and they are

  4. Verified that the email account has IMAP enabled and it does, from Google

    Status: IMAP is enabled
    
  5. Really searched these forums and the internet for help

  6. Verified that I do not have 'application-specific passwords' for my account (http://support.google.com/accounts/bin/answer.py?hl=en&answer=185833)

  7. Just as a quick test I made a generic myname@gmail.com email address and put that name and password into the $username and $password fields and everything worked as it should. I could read all emails, subjects, dates, body, etc. When I swap the username back to myname@mycompany.com I get the internal server error again.

  8. Because I was able to connect and retrieve emails from the myname@gmail.com account I did not telnet from the server.

I am really stumped. Any ideas I could try or direction I could be pointed in?

Thanks

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 为什么apriori的运行时间会比fp growth的运行时间短呢
    • ¥15 帮我解决一下膳食平衡的线性规划模型的数据实例
    • ¥40 万年历缺少农历,需要和阳历同时显示
    • ¥250 雷电模拟器内存穿透、寻基址和特征码的教学
    • ¥200 比特币ord程序wallet_constructor.rs文件支持一次性铸造1000个代币,并将它们分配到40个UTXO上(每个UTXO上分配25个代币),并设置找零地址
    • ¥15 关于Java的学习问题
    • ¥15 如何使用chatgpt完成文本分类任务?
    • ¥15 已知速度v关于位置s的等式,怎么转化为已知位置求速度v的等式
    • ¥15 我有个餐饮系统,用wampserver把环境配置好了,但是后端的网页却进去,是为什么,能不能帮远程一下?
    • ¥15 R运行没有名称为"species"的插槽对于此对象类"SDMmodelCV"