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 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
quot;); // Original commented out by adam_baum 07-07-2001 when moved to a module. echo ""; I attempted to add the correct carriage returns. Hopefully I did it right in the above script. Please let me know if you can see any errors. Thanks, Eric "Eric Rosebrock" <[EM

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

2001-11-30 Thread Eric Rosebrock
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 can figure out more precisely where you are missing the CR. > > Alternatively,

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

2001-11-30 Thread Eric Rosebrock
somewhat flawed. One other > method you could use is to send your mail by going through a COM object. > PHP supports COM pretty well, so you could access CDONTS or any of the > multitude of mailers and send mail that way rather than through the native > PHP method. > > Good luck

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

2001-11-30 Thread Eric Rosebrock
OTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I think you could add the 'fixcrio' command to your QMail startup. Not > really fixing the problem, but a workaround nonetheless. > > HTH > Peter > > > "Eric Rosebrock&qu

[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