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 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 !! Mail Function Problem (Newbie) Hello

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 16 20:20:34