aristoteles
7-27-06, 06:26 PM
Hi there,
I'm trying to access a pop account via imap_open(), but I can't figure out the correct host string. I should be something like:
$mailbox = imap_open ("{pop.powweb.com:110/notls}"."INBOX", "USERNAME", "PASSWORD") or die (imap_last_error());
I tried with mail.mydomain instead of pop.powweb.com, changed to port 143 (imap server), put the flag notsl, nothing works. Error shows refused or broken connection.
Maybe you (expert) guys can help?
Thanks
I'm trying to access a pop account via imap_open(), but I can't figure out the correct host string. I should be something like:
$mailbox = imap_open ("{pop.powweb.com:110/notls}"."INBOX", "USERNAME", "PASSWORD") or die (imap_last_error());
I tried with mail.mydomain instead of pop.powweb.com, changed to port 143 (imap server), put the flag notsl, nothing works. Error shows refused or broken connection.
Maybe you (expert) guys can help?
Thanks