Guest Posted November 3, 2007 Share Posted November 3, 2007 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 More sharing options...
ignace Posted November 3, 2007 Share Posted November 3, 2007 $box = imap_open ("{gmail.com:993/imap/ssl}INBOX", "myemail", "mypassword"); should connect automatically to the imap server see the options for additional information http://en.php.net/imap_open Link to comment https://forums.phpfreaks.com/topic/75869-gmail-imap/#findComment-384128 Share on other sites More sharing options...
Guest Posted November 3, 2007 Share Posted November 3, 2007 That still did the same Warning: imap_open() [function.imap-open]: Couldn't open stream {gmail.com:993/imap/ssl}INBOX Does it work for you? Link to comment https://forums.phpfreaks.com/topic/75869-gmail-imap/#findComment-384316 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.