webmastadj84
IS-IT--Management
I have a problem with PHP and Apache when trying to send email via php. I am running fedora 7 with apache. I use the following code when trying to send mail using php:
<?
$message = "This is a test";
mail("nobody@mac.com","Talent Form - Application Submission",$message);
?>
The php file excutes without a problem but I never recieve any emails...does any one know what is up with this?
<?
$message = "This is a test";
mail("nobody@mac.com","Talent Form - Application Submission",$message);
?>
The php file excutes without a problem but I never recieve any emails...does any one know what is up with this?