HI.
I use all the time the function imap_open in my php script but since like one week my script doest load any more.
I connect to my gmail account to extract my emails and I use the following code.
$mbox = imap_open ("{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX", $mail , $password);
But my script doest not load any more could you help me if I am still able to use this function or if is it a trouble with the server.
Thanks
I use all the time the function imap_open in my php script but since like one week my script doest load any more.
I connect to my gmail account to extract my emails and I use the following code.
$mbox = imap_open ("{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX", $mail , $password);
But my script doest not load any more could you help me if I am still able to use this function or if is it a trouble with the server.
Thanks