Re: [PHP] Sendmail doesn't send...

2002-06-26 Thread Jason Wong
On Wednesday 26 June 2002 21:52, Nightshade wrote: > [mail function] > SMTP= localhost ;for win32 > only > sendmail_from = [EMAIL PROTECTED];for win32 only > sendmail_path = /usr/sbin/ ;for unix >

Re: [PHP] Sendmail doesn't send...

2002-06-26 Thread Analysis & Solutions
On Wed, Jun 26, 2002 at 03:52:48PM +0200, Nightshade wrote: > SMTP= localhost ;for win32 > sendmail_from = [EMAIL PROTECTED];for win32 only > sendmail_path = /usr/sbin/ ;for unix Try commenting

Re: [PHP] Sendmail doesn't send...

2002-06-26 Thread Chris Hewitt
I don't have the /usr/sbin in mine (I left it at the default blank) and it works. Can an ordinary user send emails to the destinations you are trying to get to with PHP? If not, then you have a sendmail configuration issue. HTH Chris Nightshade wrote: >[mail function] >SMTP

Re: [PHP] Sendmail doesn't send...

2002-06-26 Thread Nightshade
Adi wrote: > Look in var/log/maillog or similar for errors > > - Original Message - > From: "Nightshade" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 26, 2002 3:18 PM > Subject: [PHP] Sendma

Re: [PHP] Sendmail doesn't send...

2002-06-26 Thread adi
Look in var/log/maillog or similar for errors - Original Message - From: "Nightshade" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 3:18 PM Subject: [PHP] Sendmail doesn't send... > Hi, that's my configuration: > I'

[PHP] Sendmail doesn't send...

2002-06-26 Thread Nightshade
Hi, that's my configuration: I've Mdk 8.2 Today I've installed sendmail for 1st time... I tryed to use mail() function, but effectively works only when I send mail to [EMAIL PROTECTED] no mails go to the other local user, and specially to external user: i.e. mail("[EMAIL PROTECTED]",$subj,$msg");