Page 1 of 1
Plugin "Contact Form" does not send mails
Posted: Wed Mar 20, 2024 1:51 pm
by cvr
I recently installed WonderCMS. Very nice CSMS and nearly everything works, besides the plugin "Contact Form".
When I fill out the form, no mail is send.
- I edited the config file as mentioned on Github
- I edited theme.php as mentioned on Github
But no mail is send.
Any ideas about mails not sending?
php 8.2
WondershareCMS 3.4.3.
Chrome Version 122.0.6261.131 (Official Build) (64-bit)
Re: Plugin "Contact Form" does not send mails
Posted: Fri Apr 05, 2024 10:03 pm
by nox
Hey cvr,
just tested contact form plugin and it does work fine for me.
Contact form instructions here:
https://github.com/robiso/contact-form/ ... structions
Also check if the mail is in the spam folder.
Re: Plugin "Contact Form" does not send mails
Posted: Mon Apr 08, 2024 11:10 am
by turboblack
what hosting do u use?
Re: Plugin "Contact Form" does not send mails
Posted: Fri Aug 23, 2024 4:25 pm
by willgetitdone
My form did not send a email either. My host is Godaddy. I checked the spam.
Re: Plugin "Contact Form" does not send mails
Posted: Sun Aug 25, 2024 5:01 pm
by NorfolkGreg
What changes did you make to the contact form code to personalise it?
Re: Plugin "Contact Form" does not send mails
Posted: Sat Oct 26, 2024 2:56 pm
by arshem
Your server may not allow PHP Mail or doesn't have a mail server installed on it. Some shared hosting services do not allow emails to go through their server, and you're required to use a 3rd party service or a SMTP server to send out email. Definitely check with your hosting provider to confirm if you can send mail through PHP's "mail" function. If not, that's the culprit, if they do allow it, check your PHP error logs and see if that shines any light on it.