MegaMind
2013-06-01 08:40:12 UTC
it doesn't work.
In my program imap_open() stream was like this:
----------------------------------------------------------------------
$email_connection =
imap_open
( ' { imap.mail.yahoo.com:993/imap/ssl} INBOX ', ' ymail address ', ' password ' )
or die('Cannot connect to yahoo');
When i run the program after uploading to the server
--------------------------------------------------------------------------
My browser says,
-------------------------
Error: Requested url content cannot be resolved.
In the error_log file there is something like this
------------------------------------------------------------------
[01-Jun-2013 10:05:01 America/Chicago] PHP Warning:
imap_open(): Couldn't open stream {imap.mail.yahoo.com:993/imap/ssl}INBOX in /home2/some/public_html/some/php_files/ mail_reader. php on line 6
in wamp server(local server) my programe was working fine and it read the mails as i wanted.
But it doesn't work in the server that i purchased. Can someone please help me.