Re: [PHP-INSTALL] mail() sendmail problems

2004-02-23 Thread Chris Hewitt
Elijah A. Chancey wrote: The command mail works perfectly. What sorts of php things can I investigate? e On Feb 23, 2004, at 1:40 PM, Chris Hewitt wrote: Elijah A. Chancey wrote: Can a normal user send mail via which means? e On Feb 23, 2004, at 11:35 AM, Chris Hewitt wrote: Elijah A. Chancey

Re: [PHP-INSTALL] mail() sendmail problems

2004-02-23 Thread Chris Hewitt
Elijah A. Chancey wrote: Can a normal user send mail via which means? e On Feb 23, 2004, at 11:35 AM, Chris Hewitt wrote: 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: The problem: The mail is not being del

Re: [PHP-INSTALL] mail() sendmail problems

2004-02-23 Thread Chris Hewitt
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: 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 sendmai

[PHP-INSTALL] mail() sendmail problems

2004-02-23 Thread Elijah A . Chancey
I'm having difficulty with the php mail() function. Freebsd 4.9, apache 2.0.48, php 4.3.4 Here is my code: mail("[EMAIL PROTECTED]", "subject", "body"); ?> The problem: The mail is not being delivered to my address. PHP returns no errors. The webserver (fenchurch) does not run a mail relay. Th