View Single Post
  #8 (permalink)  
Old 12-07-2007, 10:23 AM
SBh SBh is offline
Member
 
Join Date: Sep 2007
Posts: 58
Default

There is no complex code, the error is at the elementary stage

Code:
$inbox=imap_open ("{imap.gmail.com:993/imap/ssl}Inbox", "username@gmail.com", "password")
 or die("Error: " . imap_last_error());
You execute this code with your IMAP enabled gmail account username, pass. If it fails to connect, error will be shown else nothing.
Reply With Quote