|
#1
|
|||
|
|||
|
I am using this code to attempt to open my mailbox:
$mbx = imap_open("{69.93.86.2:2095/pop3}INBOX",$acct,$pw); The script chugs away and eventually times out. Does anyone know the proper host string to use when connecting to a hostgator mailbox? I have gotten this to work on other servers, but it's always a lengthy trail and error process and all I'm getting is errors. Thanks, Jonathan |
|
#2
|
|||
|
|||
|
Does anyone know the answer to this?
|
|
#3
|
|||
|
|||
|
6 and 4 years after the above posts, none is probably in need for the answer anymore, but just in case someone bumps onto this topic after a search (like me) and still looking for the answer... I finally got it to work in PHP using this:
imap_open("{localhost:143/notls}INBOX", "username@domain.tld", "your_password") The above is for accessing it like IMAP, POP will probably work too, didn't test that. |
|
#4
|
||||
|
||||
|
do yea one better:
PHP Code:
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Php 5 | abstraktMedia | Suggestions | 14 | 12-22-2004 08:14 AM |
| PHP Sessions Randomly Lose Variables | wisewolfe | Pre-Sales Questions | 1 | 08-21-2004 09:55 AM |
| [Closed] PHP Problem | nate_s_ | Shared Hosting Support | 3 | 06-07-2004 03:48 PM |
| php modules | experor | Customer Reviews | 0 | 05-14-2004 02:27 AM |
| Disabling PHP magic_quotes_gpc | mmc | Webhosting | 1 | 04-14-2004 12:56 PM |
All times are GMT -6. The time now is 09:32 PM.










