PHP Form doesn't send emails anymore

Issues related to forms.
Post Reply
studioguys
 
 
Posts: 1
Joined: Wed May 30, 2018 6:08 pm

PHP Form doesn't send emails anymore

Post by studioguys »

Hi all,

I have created two forms that are designed to gather information, one is for name/address etc. and the next one for preferences regarding a product. Both of these forms were working fine last week but now I'm no longer getting mails when I test either one of them. Also when I create a really simple new form with only one question (e.g. "Name") nothing is sent to my mail. I did upgrade to the latest version last week, so could that be the reason? I've also contacted my provider, but it seems PHP is supported correctly.

Thanks in advance!

Cheers
Rene
Studioguys
User avatar
rogerl
 
 
Posts: 197
Joined: Tue May 03, 2016 8:24 am

Re: PHP Form doesn't send emails anymore

Post by rogerl »

Check page properties for php version. Is that the correct one? Is it the same version supported by your host? Is your page suffix php or html?
User avatar
Pablo
 
Posts: 21713
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: PHP Form doesn't send emails anymore

Post by Pablo »

If it suddenly stopped working and you did not change anything then it's usually an issue on the server side.
The only way to find out why emails are not sent is to contact your host and ask then why it no longer works.
They should be able to see this in their logs.
Post Reply