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

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

Re: [PHP] Help - mail

2001-11-30 Thread Jason
http://download.php.net/manual/en/ref.mail.php - Original Message - From: "Chamarty Prasanna Kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 1:28 AM Subject: [PHP] Help - mail > > Hi all, > > using mail() function to send a mail using php. >

Re: [PHP] HELP!! Mail and attachments

2001-04-29 Thread Chris Anderson
nger.org DOD Co-Owner / www.dayofdefeat.com - Original Message - From: "Tym Rehm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 3:49 PM Subject: Re: [PHP] HELP!! Mail and attachments > I have to send the file. I need the recipient to fill

Re: [PHP] HELP!! Mail and attachments

2001-04-27 Thread Tym Rehm
I have to send the file. I need the recipient to fill out the form. - Original Message - From: "Chris Anderson" <[EMAIL PROTECTED]> To: "Tym Rehm" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 10:16 AM Subject: Re: [PHP] H

Re: [PHP] HELP!! Mail and attachments

2001-04-27 Thread Chris Anderson
I would recommend that you send a link instead of the actual doc file. Chris Anderson aka "Null" PHP Developer / Nulltech PHP-GTK Tester / gtk.php.net STA Administrator / www.stronger.org DOD Co-Owner / www.dayofdefeat.com - Original Message ---