RE: [PHP] Help !! Mail Function Problem (Newbie)

2002-01-16 Thread Simos Varelakis
> > mail("[EMAIL PROTECTED]", "Subject", "Line 1\nLine 2\nLine 3"); > > -- Thanks jim I still have the same problem even with mail("[EMAIL PROTECTED]", "Subject", "Line 1\nLine 2\nLine 3"); and it has to do with permstions ... Wright now I notice that in /var/log/mail/errors exist a line Jan

RE: [PHP] Help !! Mail Function Problem (Newbie)

2002-01-16 Thread Rick Emery
Put quotes around the TO address: mail("[EMAIL PROTECTED]", "Subject", "Line 1\nLine 2\nLine 3"); -Original Message- From: Simos Varelakis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 12:07 PM To: [EMAIL PROTECTED] Subject: [PHP] Help !!

Re: [PHP] Help !! Mail Function Problem (Newbie)

2002-01-16 Thread Jimmy
Hi Simos, > mail([EMAIL PROTECTED], "Subject", "Line 1\nLine 2\nLine 3"); > thewall sendmail[4513]: g0H10I604513: from=apache, size=0, class=0, > nrcpts=0, relay=apache@localhost I am not sendmail expert, so i am just guessing. the nrcpts=0 in your log message might be stands for "number of re

[PHP] Help !! Mail Function Problem (Newbie)

2002-01-16 Thread Simos Varelakis
Hello to everyone My problem is that Mail function sends no e-mail the code is mail([EMAIL PROTECTED], "Subject", "Line 1\nLine 2\nLine 3"); this is my /var/spool/mail/info log file thewall sendmail[4513]: g0H10I604513: from=apache, size=0, class=0, nrcpts=0, relay=apache@localhost this i