>
> 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
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 !!
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
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
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()
Hi all,
using mail() function to send a mail using php.
I want to send that mail so that the receiver should
not see the FROM address or the mail should go without
any FROM address.
Please write with an example !!
Thanking You,
Regards,
Kumar.
This is the message I recieved on a box we just setup on RH7.1 and PHP,
compiled.
Any ideas ?
I do have the sendmail -t option in the php.ini file with the path.
Found 1 thread on phpbuilder with no resolve.
Any Help appreciated...
Thanks !
--
_
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
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
al Message -
From: "Tym Rehm" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 27, 2001 9:46 AM
Subject: [PHP] HELP!! Mail and attachments
> I have been trying to get this to work for days and I'm confused. I want
to
> attach a Word document to an
I have been trying to get this to work for days and I'm confused. I want to
attach a Word document to an email. I found this code on php.net and I'm
trying to modify it to work. I get the email sent, the attached Word
document is filled with junk and not the document I'm trying to send.
Here is t
11 matches
Mail list logo