Contact Form - Mail not sending

2 replies · opened Oct 11, 2018

VverduzzcoOct 11, 2018

Hello, my contact form is not working, it shows an infinite loop when clicking send and not getting any emails. This is my website http://shaaggranite.ca/demos/construction/contact.html

I didnt modify any code just changed my email and my name on the coding. The email i would like to use is hotmail

Could you please tell me what's wrong.

VverduzzcoOct 11, 2018

Ok i checked the documentation and i added the lines you suggested.

Changed Email and name here: (include/sendemail.php and include/quickcontact.php)
$toemails[] = array(
'email' => 'username@website.com', // Your Email Address
'name' => 'Your Name' // Your Name
);

it didnt work.

i tried with this code both port 26 and 25 and it didnt work either.
$mail->IsSMTP();
$mail->Host = "mail.yourdomain.com";
$mail->SMTPDebug = 0;
$mail->SMTPAuth = true;
$mail->Port = 26;
$mail->Username = "yourname@yourdomain.com";
$mail->Password = "yourpassword";

SSemicolon WebSTAFFOct 17, 2018

Hello,

Thanks for your Patience!

We have checked out your Website and the issue is that the include/sendemail.php File, your Form is pointing to, does not exist: http://shaaggranite.ca/demos/construction/include/sendemail.php .

Please make sure that the Form is pointing to the Proper Location of the include/sendemail.php File and this should automatically fix the 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