[PHP] Re: mail problems - phpinfo information

2004-10-13 Thread Manuel Lemos
Hello, On 10/13/2004 01:41 PM, Jed R. Brubaker wrote: I have been having all kinds of problems with the mail() function in PHP. I realize that there are problems inheritly, but I think I am still trying to track down the problem. My latest theory is that PHP isn't set up to work with the right m

[PHP] Re: mail problems

2002-08-02 Thread Manuel Lemos
Hello, On 08/02/2002 10:34 PM, Bob Lockie wrote: > I can't get mail to work on my system. > It always tries to send mail as the user 'nobody' which my Apache 1.3.26 runs as. > phpinfo() reports I have the correct path to the php.ini file which specifies it is >supposed > to send as the user 'bob

Re: [PHP] Re: mail() problems

2002-07-31 Thread dan radom
mailq's empty. i'll try a real address and see if i get a bounce notice. * Manuel Lemos ([EMAIL PROTECTED]) wrote: > Hello, > > On 07/31/2002 11:55 PM, Dan Radom wrote: > >nope. all that did was prodice the following warning... Jul 31 20:53:47 > >mars sendmail[20790]: g712rkA20790: Authentica

Re: [PHP] Re: mail() problems

2002-07-31 Thread Manuel Lemos
Hello, On 07/31/2002 11:55 PM, Dan Radom wrote: > nope. all that did was prodice the following warning... Jul 31 20:53:47 mars >sendmail[20790]: g712rkA20790: Authentication-Warning: mars.radom.org: nobody set >sender to [EMAIL PROTECTED] using -f Are you sure the message is not stuck in the

Re: [PHP] Re: mail() problems

2002-07-31 Thread dan radom
nope. all that did was prodice the following warning... Jul 31 20:53:47 mars sendmail[20790]: g712rkA20790: Authentication-Warning: mars.radom.org: nobody set sender to [EMAIL PROTECTED] using -f dan * Manuel Lemos ([EMAIL PROTECTED]) wrote: > Hello, > > On 07/31/2002 10:47 PM, Dan Radom wro

[PHP] Re: mail() problems

2002-07-31 Thread Manuel Lemos
Hello, On 07/31/2002 10:47 PM, Dan Radom wrote: > I'm having provblems with the following script... > > mail("[EMAIL PROTECTED]", "www form submission", $message, "From: $email"); > > ...the variables are being POSTed from a form, which does make it to sendmail. >sendmail logs the following..