error SMTP -- https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

5 replies · opened Apr 11, 2022

SSemicolon WebSTAFFApr 12, 2022

Hello,

Thanks for your Kind Patience!

There some tests that might be required to make sure everything is working correctly as this appears to be a Server Issue:

  1. Make sure that $mail->Host is correctly configured.

  2. Add the .customjs Class to the .form-widget Element in the HTML Codes.

  3. Change the $mail->SMTPDebug = 0; to $mail->SMTPDebug = 2;. This will display the issues with SMTP.

  4. Make sure that the Ports and SMTPSecure method are correct based on your Server Requirements.

Now, try submitting the Form and it will display issues with why SMTP is not connecting and paste the entire text here.

Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

SSemicolon WebSTAFFApr 12, 2022

Hello,

This is definitely Server Related. Could you please provide us with your SMTP Configuration (without the Password) so that we can determine the cause? Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

AaqueronApr 12, 2022

$mail->IsSMTP();
$mail->Host = "mail.javierguerreroehijos.com";
$mail->SMTPDebug = 2;
$mail->SMTPAuth = true;
$mail->SMTPSecure = "ssl";
$mail->Port = 25;
$mail->Username = "no-reply@javierguerreroehijos.com";

SSemicolon WebSTAFFApr 13, 2022

Hello,

This definitely looks like an issue with the Hosting Provider or the Server Configurations. Some firewall appears to be blocking the SMTP to send emails. We recommend contacting your Hosting Provider regarding this issue.

Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

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