Contact Form wont send to email

1 reply · opened Jun 29, 2021

FFergo20Jun 29, 2021

I have added my email to
$toemails[] = array(
'email' => 'your-email@website.com', // Your Email Address
'name' => 'Your Name' // Your Name
);
but when I test it out no emails show up.

SSemicolon WebSTAFFJun 29, 2021

Hello,

We have checked out your Website and the Form appears to be working fine with a Message Successfully Sent message. The issue appears to be with the PHP mail() Function which is not sending emails or blocked by your Web Hosting Providers to not send emails. You will definitely need to use SMTP in order to send Form Emails. Please setup your SMTP Details in the include/form.php File according to the Documentation: http://docs.semicolonweb.com/docs/forms/form-setup/ and you should be good to go.

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