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 = "admin@mydomain.org"; $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? Quote Link to comment 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 Quote Link to comment 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.