n't a PHP issue, but a Sendmail config issue..
Thanks
Bruce
[EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Doug Brucks
Sent: Saturday, January 25, 2003 2:31 PM
To: [EMAIL PROTECTED]
Subject: RE: php/sendmail/apache/linux...(oops)
ell me the RPMs
you have for Sendmail and for PHP?? I'd be interested to compare what I
have...
thanks...
bruce
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Doug Brucks
Sent: Friday, January 24, 2003 8:17 PM
To: [EMAIL PROTECTED]
Subject: Re: php/
Sent: Friday, January 24, 2003 8:17 PM
To: [EMAIL PROTECTED]
Subject: Re: php/sendmail/apache/linux...(oops)
When I pasted your code from the email... got some strange characters in
the paste. When I deleted them, I also deleted the '.' in front of the
"Reply-To causing the parse e
When I pasted your code from the email... got some strange characters in
the paste. When I deleted them, I also deleted the '.' in front of the
"Reply-To causing the parse error. Works fine as is on my
machine. Sorry for the waisted bandwidth.
At 09:57 PM 1/24/2003 -0600, you wrote:
I i
I inserted the code you supplied (substituted my email address for yours)
between tags in a plain html page and ran it.
I got a parse error on:
$reply = "From: [EMAIL PROTECTED]\r\n"
."Reply-To: [EMAIL PROTECTED]\r\n";
I changed that to:
$reply = "From: [EMAIL PROTECTED]\r\nReply-To:
Brian
The following information is what I have...
I created the following PHP app I'm running it from the command line.
-
#! /usr/bin/php -q
-
The response was:
-
TECTED]
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Lucas Albers
> Sent: Friday, January 24, 2003 4:12 PM
> To: [EMAIL PROTECTED]
> Subject: RE: php/sendmail/apache/linux...
>
>
> Test the mailserver with the comm
hen i did a telnet
localhost 25
I'm just not certain as to how to do it through PHP
thanks
bruce
[EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Lucas Albers
Sent: Friday, January 24, 2003 4:12 PM
To: [EMAIL PROTECTED]
Subject:
Test the mailserver with the command
cat message.txt | mail -f [EMAIL PROTECTED]
User the Perl sendmail mail wrapper to send the mail.
http://search.cpan.org/src/MIVKOVIC/Mail-Sendmail-0.78_5/README
> --Luke
> --Computer Science Sysadmin, MSU Bozeman
> --admin(AT)cs.montana.edu 994-3931
> --
This one time, at band camp,
"Bruce Douglas" <[EMAIL PROTECTED]> wrote:
> //test mail
> $to = "[EMAIL PROTECTED]";
> $subject = "savannah registration";
> $message = " testing mail";
> $reply = "From: [EMAIL PROTECTED]\r\n"
> ."Reply-To: [EMAIL PROTECTED]\r\n";
>
> echo"
> to = " . $
10 matches
Mail list logo