trouble trying to connect to gmail server.
I have a little trouble while trying to connect to gmail server.
I already enabled POP on gmail.
After experience a lots of errors with the command below, now I'm
seeing no more errors, but it still doesn't working, the page stay
processing and just is broke after this command.
$mbox = imap_open('{pop.gmail.com:995/pop3}INBOX',
'my_login@gmail.com', 'my_pass');
What should I do?
Tks in advance.
|