My Form keeps loading and doesnt send the email

0 replies · opened Aug 30, 2018

MmantjauriAug 30, 2018

Hello, I´m having some issues with the contact form.
I´m using the sendemail.php in this website http://danielamastrandrea.com/test/contacto.html
The problem is that when I send the form, keeps loading and does´t sends the email.

$mail->IsSMTP();
$mail->Host = "smtp.gmail.com";
$mail->SMTPDebug = 0;
$mail->SMTPAuth = true;
$mail->Port = 26;
$mail->Username = "agustina.neglia@gmail.com";
$mail->Password = "****";

I added this code as is recommended in the documentation.
Any idea how to fix it?
Thanks!

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