Hello all,
I tried to connect to my server using imap_open to read my emails using the following code
$mailbox = imap_open("{mydomain.com:110/pop3}INBOX", "myemailid@mydomain.com", "mypassword") or die("Failed: ".imap_last_error());
but the error message "The page cannot be displayed " is showing up
I've also tried all other options used in imap_open function but same result
please help
thanks in advance
vinochan