ugli-stix
03-15-2006, 12:18 PM
Hi all,
I've recently signed up for bluehost hosting and I'm having some problems getting the imap_open() function to work. The script I'm using runs perfectly fine on my local machine but the very same script fails on my bluehost domain.
I was just wondering if anyone knows if there is something blocking imap_open() connections. I've tried both SSL and non SSL connections and they both fail.
For info, I am trying to use the function like this:
imap_open("{imap.myserver.com:143/imap}INBOX","username","password");
Again, this usage works fine on my local machine, but not on the bluehost hosted site.
Any ideas?
Cheers,
John
I've recently signed up for bluehost hosting and I'm having some problems getting the imap_open() function to work. The script I'm using runs perfectly fine on my local machine but the very same script fails on my bluehost domain.
I was just wondering if anyone knows if there is something blocking imap_open() connections. I've tried both SSL and non SSL connections and they both fail.
For info, I am trying to use the function like this:
imap_open("{imap.myserver.com:143/imap}INBOX","username","password");
Again, this usage works fine on my local machine, but not on the bluehost hosted site.
Any ideas?
Cheers,
John