Hi
I used the sendemail.php without smtp, and when i send the form it popups the notify that the mail was sent, but i dont recive any email.
Then i configured with smtp with a gmail account and never show the notify, it keeps rolling the preloader.gif
$mail->IsSMTP();
$mail->Host = "smtp.gmail.com";
$mail->SMTPDebug = 2;
$mail->SMTPAuth = true;
$mail->Port = 587;
$mail->Username = "correos@grogam.com"; // a GSuite mail
$mail->Password = "**********";
Any idea?
