Hi
I have been trying to get to know the imap functions for checking pop3 email
account with php. i have had absolutely no luck. just cant get the script to
connect to the server.
here is a sample:
<?php
$mbox = imap_open ("{mail.hot.ee:110}", "pop3testing", "testing");
if(!$mbox){echo"offline";}
else{echo "online";}
imap_close($mbox);
?>
it just loads and loads.... doesnt even give an error. could somebody please
look into it and see whats wrong. the account on hot.ee actually exists
(un:pop3testing, pw:testing). it is an estonian free e-mail service
provider. supports pop3 and the server should be mail.hot.ee, because
outlook checks e-mails from mail.hot.ee without any problems.
help please :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php