L
luckyouaskhole
Guest
I'm trying to submit a form via email through my computer and this is the error I get:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Program Files\Apache Group\Apache2\htdocs\send_simpleform.php on line 33
This is what line 33 says:
mail($to, $subject, $msg, $mailheaders, $from);
Any help is greatly appreciated.
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Program Files\Apache Group\Apache2\htdocs\send_simpleform.php on line 33
This is what line 33 says:
mail($to, $subject, $msg, $mailheaders, $from);
Any help is greatly appreciated.