Unexpected HTML response to PHP query. Be sure the site URL entered in the FTP upload dialog is correct, and PHP is configured correctly on your web server.
and
Form Contact Form is configured with an email address of a------@gmail , which does not match the server name hour22.com . Some hosting providers refuse to send emails from email addresses on different hosts. If submitting your form does not send email as expected, change the first email address listed in your form to an address on hour22.com and try again.
I’m not sure what I’m suppose to do about this, I get it whenever I upload the site updates.
Welcome @abrucas !
Is hour22.com your domain name? Also, what contact forum are you using, and what is the exact URL to it?
Thanks!
1 Like
Oxy
February 2, 2022, 7:40pm
3
For this first part of the problem I found two things
Hi there
i’m getting this error everytime i upload files using the FTP method
[image]
i have no idea what this means the website is working, i can’t spot any issue yet it’s really bothering me, the only problem is i can’t receive messages through the form, if someone sent a message using the form or subscribes using the news letter form, i don’t receive anything in the webmail, MX Record is set and Email is created but still not working, thought maybe there is a connection between the error i…
2 Likes
Admin
February 3, 2022, 7:46pm
4
abrucas:
Form Contact Form is configured with an email address of a------@gmail , which does not match the server name hour22.com . Some hosting providers refuse to send emails from email addresses on different hosts. If submitting your form does not send email as expected, change the first email address listed in your form to an address on hour22.com and try again.
And I think this is the answer of your second question:
The most common way to send email from your website is by using the PHP mail() function. PHP mail() is an easy to use email system built into the PHP programming language. It’s the default setting for almost all applications.
However, PHP mail is severely restricted on InfinityFree. To prevent spam and other abuse, most messages sent through PHP mail are rejected by the mail system. In practice, this means you cannot use PHP mail on InfinityFree to send your email.
If you want to send email fr…
Your email will almost certainly get blocked regardless of the sender address you use. Unless you use a third party mail service, of course.
2 Likes
system
Closed
February 10, 2022, 7:46pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.