Contact Form not working

1 reply · opened Jul 18, 2018

EeberthtorresJul 18, 2018

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?

http://www.privadajardinesdelsauce.com/index2.html

EeberthtorresJul 19, 2018

Apparently GoDaddy blocks the SMTP ports, so I returned the settings without SMTP, and interestingly it worked

Thanks anyway

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard