<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020477" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020477</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email#comment-1128997</link>
    <description> &lt;p&gt;VBCRLF is your line break.  For all my emails (done with CDONTS), VBCRLF after a line inserts a break.  Sorta like hitting return.  But if you repeat it, it acts just like you kept hitting return.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;body = &quot;Hello&quot; &amp;amp; VBCRLF&lt;br /&gt;
body = body &amp;amp; &quot;This is a test.&quot; &amp;amp; VBCRLF &amp;amp; VBCRLF&lt;br /&gt;
body = body &amp;amp; &quot;Of line breaks in emails.&quot;&lt;/p&gt;
&lt;p&gt;Would return:&lt;/p&gt;
&lt;p&gt;Hello&lt;br /&gt;
This is a test.&lt;/p&gt;
&lt;p&gt;Of line breaks in emails.&lt;/p&gt;
&lt;p&gt;I hope that helped!&lt;/p&gt;
 </description>
     <pubDate>Fri, 11 Apr 2003 14:26:40 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1128997 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email#comment-1126112</link>
    <description> &lt;p&gt;do you mean insert a  into the email itself?&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Feb 2003 19:28:53 +0000</pubDate>
 <dc:creator>forwardtrends</dc:creator>
 <guid isPermaLink="false">comment 1126112 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: ASP Email</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email#comment-1126043</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Lukster &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Dim txtBody&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;An enquiry has been received from the Fibremotive website.&quot; &amp;amp; vbcrlf &amp;amp; vbcrlf&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;Here are the details:&quot; &amp;amp; vbcrlf&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;Name = 	&quot; &amp;amp; varName &amp;amp; vbcrlf&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;Home Phone = &quot; &amp;amp; varAddress &amp;amp; vbcrlf&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;Make = &quot; &amp;amp; varPostcode &amp;amp; vbcrlf&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;Email Address = &quot; &amp;amp; varEmail &amp;amp; vbcrlf&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;Phone = &quot; &amp;amp; varTelephone &amp;amp; vbcrlf&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;Year = &quot; &amp;amp; varFax &amp;amp; vbcrlf &amp;amp; vbcrlf&lt;br /&gt;
	txtBody = txtBody &amp;amp; &quot;------------------------------------&quot; &amp;amp; vbcrlf &amp;amp; vbcrlf&lt;/p&gt;
&lt;p&gt;Thanks in advance [/B]&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Everything looks fine. The VBCRLF&#039;s are your line breaks. VBCRLF means, IIRC, Visual Basic Carriage Return Line Feed, or something like that. What kind of mail object are you using? CDONTS? SMTPSVG? More code would be helpful as I know some asp mailer objects get finicky with new lines.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Feb 2003 18:04:02 +0000</pubDate>
 <dc:creator>listless</dc:creator>
 <guid isPermaLink="false">comment 1126043 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
