Connecting to Gmail IMAP PHP “Couldn't open stream”

前端 未结 7 1850
别跟我提以往
别跟我提以往 2021-01-11 12:12

There are lots of people having similar issues but no one is answering their questions. I have IMAP enabled in PHP, Using all the correct information. I don\'t see where I\'

7条回答
  •  独厮守ぢ
    2021-01-11 12:34

    I had the same error and found a different solution. I have added debug info into host:

    "{imap.gmail.com:993/debug/imap/ssl/novalidate-cert}INBOX"; 
    

    When I read php error log, I found

    Unknown: [ALERT] Please log in via your web browser: https://support.google.com/mail/accounts/answer/78754 (Failure) (errflg=1) in Unknown on line 0
    

    Open link, and follow instructions. Search for

    Your app might not support the latest security standards. Try changing a few settings to allow less secure apps access to your account.

    Click on link and enable less secure app access.

    Then it works for me.

提交回复
热议问题