RE: php/sendmail/apache/linux...(oops)

2003-01-25 Thread Bruce Douglas
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)

RE: php/sendmail/apache/linux...(oops)

2003-01-25 Thread Doug Brucks
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/

RE: php/sendmail/apache/linux...(oops)

2003-01-24 Thread Bruce Douglas
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

Re: php/sendmail/apache/linux...(oops)

2003-01-24 Thread Doug Brucks
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

Re: php/sendmail/apache/linux...

2003-01-24 Thread Doug Brucks
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:

RE: php/sendmail/apache/linux...

2003-01-24 Thread Bruce Douglas
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: -

RE: php/sendmail/apache/linux...

2003-01-24 Thread Brian Schmidt
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

RE: php/sendmail/apache/linux...

2003-01-24 Thread Bruce Douglas
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:

RE: php/sendmail/apache/linux...

2003-01-24 Thread Lucas Albers
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 > --

Re: php/sendmail/apache/linux...

2003-01-24 Thread Kevin Waterson
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 = " . $