phpmailer class & pop.gmail.com?

Posted on 16th Feb 2014 by admin

Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
$mail->Port = 995;
$mail->SMTPAuth = true;
$mail->Username = "My-email";
$mail->Password = "My_pass";
?>
it's actually working with my site pop, but it isnt with gmail, wonder what is wrong with it..??

Other forums