I get this message:
Error sending email: Could not instantiate mail function.Error sending email: Could not instantiate mail function.
Warning: Cannot modify header information - headers already sent by (output started at /home7/netmanag/public_html/machform/includes/helper-functions.php:482) in /home7/netmanag/public_html/machform/embed.php on line 42
Whenever I fill out a form and submit it. I used the mail test detailed in similar posts on this forum and it worked.
<?php
if (mail('ben@netmanageit.com', 'email test','test email'))
{
echo 'mail send!';
}
?>
Not really sure at this point. Everything looks right in my config.php and in the "send notification email" section of helper-functions.php...also, the forms worked at one point.
Can any settings in php.ini affect this?
