Re: [PHP] wierd sendmail/mail problems

2004-06-20 Thread Jason Wong
On Saturday 19 June 2004 06:46, Pam Derks wrote: No, nothing fancy all on same machine, running on Apache... So what exactly is different between the functioning case and the non-functioning case? Eg are you running them differently, ie one from the command line and the other via webserver?

Re: [PHP] wierd sendmail/mail problems

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 04:38, [EMAIL PROTECTED] wrote: am baffled...I've got a function to email a message that works perfectly as a simple function. I've written it 2 ways, (1) using mail and (2) writing the message to a tempfile and then sending the tempfile to sendmail both ways work.

RE: [PHP] wierd sendmail/mail problems

2004-06-18 Thread Pam Derks
No, nothing fancy all on same machine, running on Apache... -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 6:30 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] wierd sendmail/mail problems On Friday 18 June 2004 04:38, [EMAIL PROTECTED] wrote

[PHP] wierd sendmail/mail problems

2004-06-17 Thread pmd
Hi all, am baffled...I've got a function to email a message that works perfectly as a simple function. I've written it 2 ways, (1) using mail and (2) writing the message to a tempfile and then sending the tempfile to sendmail both ways work. Now here's the problem...when I incorporate this