El formulario de contacto no envia correos

3 replies · opened Apr 2, 2020

NnachoMelendezApr 2, 2020

Hola estoy tratando de configurar el formulario de contacto pero este no envía nada, según el hosting debo usar phpmailer con smtp pero no hacer que el formulario de mi sitio www.jantte.com funcione, ingrese los datos username y password en phpmailer.php y no funciona

saludos

NnachoMelendezApr 2, 2020

adjunto archivo form.php

NnachoMelendezApr 3, 2020

usando la guia de instalación agrege

/-------------------------------------------------
PHPMailer Initialization
---------------------------------------------------
/

$mail = new PHPMailer();

/* Add your SMTP Codes after this Line */

$ mail-> IsSMTP ();
$ mail-> Host = "mail.yourdomain.com";
$ mail-> SMTPDebug = 0;
$ mail-> SMTPAuth = true;
$ correo-> Puerto = 26;
$ mail-> Username = "yourname@yourdomain.com";
$ mail-> Password = "su contraseña";

El formulario ya no entregar error, pero, se queda pegado el formulario en un color mas claro y no envía

SSemicolon WebSTAFFApr 3, 2020

Hello,

We have just checked out your Website and the error message we are receiving from the Form Processor is:


SMTP connect() failed.

This appears to be an issue with your SMTP Setup which can be incorrect posts or credentials or a Server Configuration. The Form Processors already use PHPMailer. If changing the Ports or Credentials do not work, then please contact your Web Hosting Provider regarding this issue.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

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