Jump to content

Gmail Imap


Guest

Recommended Posts

I have tried every possible combination to get gmails imap working through php using imap open why cant I connect is anyone else having this problem?

I have even tried to connect here on some testing site I found http://pingability.com/mailtest.jsp and it returns Connect Exception: Connection timed out can someone help me please

 

this is the output

Warning: imap_open() [function.imap-open]: Couldn't open stream {imap.gmail.com:993/imap/ssl}INBOX

 

this is my code

 

$box = imap_open ("{imap.gmail.com:993/imap/ssl}INBOX", "myemail", "mypassword");

 

Is there a better way? What am i missing?

Link to comment
https://forums.phpfreaks.com/topic/75869-gmail-imap/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.