Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php mail on apache

Status
Not open for further replies.

webmastadj84

IS-IT--Management
Aug 23, 2006
86
US
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?
 
Is the path to sendmail set in php.ini? At any rate, I don't think this is an apache issue.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top