Contact Form Not Sending Emails

Hi

I have checked through all the documentation and this forum. And I still cannot find a solution. The contact form I have here;

http://locksmith.cu.cc/cftest/

I have setup an email address that is working with webmail and outlook. But when I use the contact form here I get nothing.

Can anyone help?

Thanks in advance.

How are you trying to send the email? PHP’s mail() function? We need to see the code you have for the form, and for processing the form afterwards

Have you seen the FAQ article: https://infinityfree.net/support/php-mail

@bittiez said:
How are you trying to send the email? PHP’s mail() function? We need to see the code you have for the form, and for processing the form afterwards
https://hastebin.com/

Hi

I only got the mail function to work by adding the php inline at the top of the page with the contact form. The php mail is as follows;

https://hastebin.com/dejiwuxuza.xml

@Admin said:
Have you seen the FAQ article: https://infinityfree.net/support/php-mail

Yes I went through all of it before I posted here. I saw one other person report the same problem then said they had fixed it. But they didn’t leave the solution here.

@MDMedia said:

@Admin said:
Have you seen the FAQ article: https://infinityfree.net/support/php-mail

Yes I went through all of it before I posted here. I saw one other person report the same problem then said they had fixed it. But they didn’t leave the solution here.

Did you also read the bold text?

@Admin said:

@MDMedia said:

@Admin said:
Have you seen the FAQ article: https://infinityfree.net/support/php-mail

Yes I went through all of it before I posted here. I saw one other person report the same problem then said they had fixed it. But they didn’t leave the solution here.

Did you also read the bold text?

I did but was not sure if that was the main problem. Like I wrote before someone else asked but they did not say what was the outcome. I just wanted to know for sure.

Thanks.

So I’ll have to upgrade then…