retriving email from a gmail account
hello
I use Google Apps too, for my domain.
So i install OS Tikets on my site and configure POP3 settings, and i get this error:
Invalid login
i found under class.pop3.php this line, that I think is for work with gmail accounts, but i got the error again. Do i need to change sometging here?
//Set connection string.
if(strpos(strtolower($hostname),'pop.gmail.com')!==false){
$this->port=995; //overwrite the port;
$this->serverstr='{pop.gmail.com/pop3/ssl/novalidate-cert}INBOX';
i try changing :
if(strpos(strtolower($hostname),'pop.gmail.com')!==false){
to:
if(strpos(strtolower($hostname),'pop.gmail.com')!==true){
but i cant retrive email.
Can i do some worng?
Thanks
Carlo