DirkNiblick Posted April 27, 2003 Share Posted April 27, 2003 I'm trying to work with the IMAP functions provided by PHP and keep running into dead ends. All I'm trying to do right now is to open a mailbox: >$mbox = imap_open("{mail.spolem.net}", $username, $password); I open the page and nothing happens. Does anyone know if the server is right? And should the username be "user" or "user+spolem.net" or "user@spolem.net"? I've not been very lucky finding any help on the net and I'm hoping there's and expert out there. :^) Quote Link to comment Share on other sites More sharing options...
dozure Posted April 28, 2003 Share Posted April 28, 2003 i would try user+spolem.net php might not like the @ 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.