M
Mark Fox
Hello,
I have a site that was working great until I
uploaded it to a server with the .NET Framework 1.1 on it
(it was compiled on a box with .NET 1.0 SP2). I am
getting an error from the SMTP server when ASP.NET
attempts to send an e-mail. It says that ASP.NET is
sending "Bare LFs" (Bare Line Feeds without carriage
returns) which is a violation of some e-mail standard.
The problem is described at
http://pobox.com/~djb/docs/smtplf.html
Is there a way to get ASP.NET to abide by the internet
standards and not send bare LFs? If you would like more
info, let me know. Thanks for your help!
I have a site that was working great until I
uploaded it to a server with the .NET Framework 1.1 on it
(it was compiled on a box with .NET 1.0 SP2). I am
getting an error from the SMTP server when ASP.NET
attempts to send an e-mail. It says that ASP.NET is
sending "Bare LFs" (Bare Line Feeds without carriage
returns) which is a violation of some e-mail standard.
The problem is described at
http://pobox.com/~djb/docs/smtplf.html
Is there a way to get ASP.NET to abide by the internet
standards and not send bare LFs? If you would like more
info, let me know. Thanks for your help!