Gadianton Posted July 15, 2003 Posted July 15, 2003 I am trying to use the imap_open function to eventually pop mail from one of my email accounts. For whatever reason, my current syntax just causes a white error page to show up in the browser. I'm currently using: $mbox = imap_open("{mail.mondoodle.com/pop3:110}INBOX",'support@mondoodle.com','password'); where password is my actual email password for that account. Please let me know where I'm going wrong here, as I have no output to guide me in any direction....just a blank screen. It doesn't even make it to the next line of code that says: print imap_last_error(); Thanks Quote
Gadianton Posted July 16, 2003 Author Posted July 16, 2003 Hmm, for whatever reason, it's working now. Maybe someone read my post here and made some adjustments to my account to make it work, cause I didnt change any of the code since yesterday, but now its working. Thanks Quote
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.