cooldude832 Posted November 28, 2007 Share Posted November 28, 2007 I have webmail on my server and it says my incomming Pop3 is mail.mydomain.com i tried to do <?php $port = "{mail.mydomain.org:110}"; $user = "[email protected]"; $password = "*****"; // To connect to an IMAP server running on port 143 on the local machine, // do the following: $mbox = imap_open($port, $user,$password); ?> and i get a stream not found error any help? Link to comment https://forums.phpfreaks.com/topic/79273-solved-imap_open/ Share on other sites More sharing options...
cooldude832 Posted November 28, 2007 Author Share Posted November 28, 2007 solved this my host has my email routing through another location that I found out. Tip if anyone rereads this, ping your mail server and get the result Link to comment https://forums.phpfreaks.com/topic/79273-solved-imap_open/#findComment-401269 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.