Contact-Form Submissions Not Getting Through

Permalink
I'm using concrete5 5.4.1.
Hostgator tells me that PHP has access to send mail.
A similar forum poster found that his problem was was due to ini_set not being enabled in PHP.ini.
How do I check and modify this ini_set.
Or could it be something else.
Thank you for your help.

 
Mnkras replied on at Permalink Reply
Mnkras
by default it should work on hostgator, works perfectly fine for me, no changes at all
Tut replied on at Permalink Reply
The php.ini file says:
"By default, PHP installs itself with a configuration suitable for development purposes, and *NOT* for production purposes."

I went into php.ini and I can't find the ini_set that the other thread referenced.

Is there a setting in php.ini I can check or any other settings I can check (Dashboard, etc)?

Thank you.
Tut replied on at Permalink Reply
Through the process of having to create from scratch a contact form on a different site, I found that by editing a "Form Block" and choosing the Options tab you can select a check box which says:
"Notify me by email when people submit this form".
This box was unchecked and that's the reason I wasn't receiving the emails.

I do want to clarify that I thought the Contact form's primary function was to send the email. It isn't. It's function is to send the form data to the response log which is located in:
Dashboard > Reports > Form Response (tab).

My error led to my misstatement of the problem.

Thank you Mnkras for your input.