Re: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
// Header("Location: friend.php?op=SiteSent&fname=$fname"); > // Original commented out by adam_baum 07-07-2001 when moved to a > module. > echo " URL=modules.php?op=modload&name=$ModName&file=index\">"; > echo ""; > }

Re: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread R'twick Niceorgaw
op=SiteSent&fname=$fname"); // Original commented out by adam_baum 07-07-2001 when moved to a module. echo ""; echo ""; } ----- Original Message - From: "Eric Rosebrock" To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 2:11 P

Re: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
box. I have tried 6 different SMTP servers and that's obviously not the problem. My problem is I am running on a Win2k machine with Apache and php 4.06 Thanks, Eric "Ryan Marrs" <[EMAIL PROTECTED]> wrote in message EA9290E62E6CD311859200805F85164903C5B437@EXCHANGE">n

Re: [PHP-WIN] BARE LF in Sending Mail from PHP - Actually this is the one:

2001-11-30 Thread Eric Rosebrock
EED) not just \n(LINE FEED). So, try appending a "\r\n" to the end > > of each line ( mail headers and body) in your PHP script and see if that > > fixes it. > > > > If you can post the php mail code you are using to send mail, then > probably > > some one ca

RE: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Ryan Marrs
PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] BARE LF in Sending Mail from PHP Ok, this particular script (one of many) is sending the email. If you can show me how to fix this one, I can probably recode the rest of them. I believe this is the part sending the mail: function SendStory($sid, $

Re: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
use phpmailer (http://phpmailer.sourceforge.net/ ) its a > nice program that will does all these dirty work.. > > HTH > R'twick > - Original Message - > From: "Eric Rosebrock" > To: <[EMAIL PROTECTED]> > Sent: Friday, November 30, 2001 10

Re: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread R'twick Niceorgaw
TH R'twick - Original Message - From: "Eric Rosebrock" To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 10:39 AM Subject: [PHP-WIN] BARE LF in Sending Mail from PHP > Hey there, I posted this on the Php.net bug reporting site. Was wondering if > anyone else h

[PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
Hey there, I posted this on the Php.net bug reporting site. Was wondering if anyone else has noticed the same thing and found a fix for it. -- I am running an apache web server using PHP 4.06 on Windows 2000 Server and Windows XP (so we know it doesn't matter the OS as long