<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Subject
[text* your-subject] </p>
<p>Your Message
[textarea* your-message] </p>
<p>[submit “Send”]</p>
[recaptcha size:comptact]
The solution that worked for me, was to disable the php.ini file and force the site to use the default php.ini file that is stored elsewhere on the server (per the hosting provider’s feedback).
Phendyr, can you please explain more details about each phop.ini file locations. My smtp seems to be validating fine. I wouldn’t mind checking out this method.