I'm having difficulty with the php mail() function. Freebsd 4.9, apache 2.0.48, php 4.3.4Can a normal user send email? If so then it is a php problem, if not a sendmail one. I think that will help to narrow it down a bit.
Here is my code:
<?php mail("[EMAIL PROTECTED]", "subject", "body"); ?>
The problem: The mail is not being delivered to my address. PHP returns no errors.
HTH Chris