Ankan Bhadra - 2011-08-29 22:58:24
I want to fetch gmail information in my website as well as authentication.
I am new in gmail authentication. But I tried to retrieve email list from GMail account using PHP like
$server = '{imap.gmail.com:993/ssl}';
$connection = imap_open($server, 'my.name@gmail.com', 'password');
After giving my username and password, it shows(as output) a message like
Resource id #88
in my browser.
If anybody know this how to do this, pls help me by replying it.
My email address are "ankan@itcslive.com" or "ankanbhadra.developer@gmail.com"
Thank you