Jump to content

Recommended Posts

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...