nramerstenfer
New Member
I am using CDONTS with ASP.NET<BR><BR>&vbnewline is not putting the mail message on a new line.<BR><BR>chr(13) also is not doing anything.<BR><BR>What should I use instead?vbnewline doesn't work with the email body in HTML format. Turn it offTry using <BR>System.Environment.NewLine<BR><BR>T