Elijah A. Chancey wrote:

I'm having difficulty with the php mail() function. Freebsd 4.9, apache 2.0.48, php 4.3.4

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.

Can 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.

HTH
Chris

Reply via email to