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? Quote 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 Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/75869-gmail-imap/#findComment-384316 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.