When you think ASP, think...
Recent Articles
All Articles
ASP.NET Articles [1.x] [2.0]
ASPFAQs.com
Message Board
Related Web Technologies
User Tips!
Coding Tips
Search

Sections:
Book Reviews
Sample Chapters
Commonly Asked Message Board Questions
Headlines from ASPWire.com
JavaScript Tutorials
MSDN Communities Hub
Official Docs
Security
Stump the SQL Guru!
Web Hosts
XML Info
Information:
Advertise
Feedback
Author an Article
Technology Jobs



















internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers
ASP ASP.NET ASP FAQs Message Board Feedback ASP Jobs
Print this page.

"Back End" Web Developers Needed
Aquent
US-IL-Chicago

Justtechjobs.com Post A Job | Post A Resume

Displaying Line Breaks in an Email
By Rob Taylor


Wondering how you insert line breaks into your email's text? Use vbCrLf everywhere you need a line break! This code example shows how!

<%
  Dim objMail
  Set objMail = Server.CreateObject("CDONTS.NewMail")
  
  EM = request.form("email")
  reply = "Reply TO "
  
     objMail.From = reply
     objMail.Subject = "Line breaks in CDONTS from ASPadvice"
     objMail.To = "you@yourhouse.com

     objMail.Body = "This is the body of the " & vbcrlf&_
     "message. Sometimes the body of the " & vbcrlf&_
     "message gets very long " & vbcrlf&_
     "so you need TO put line breaks in. " & vbcrlf&_
     "Sometimes you want TO add many line " & vbcrlf&_
     "breaks like this " & vbcrlf  & vbcrlf & vbcrlf&_
     "Now we are way down here." 
      objMail.Send
 
  Response.write("Mail was Sent")
 
 'You must always do this with CDONTS.
  set objMail = nothing
%>

FAQ Table of Contents   Sending a User's Feedback to the Webmaster in an Email Sending HTML-Formatted Email 


Windows Internet Technology | ASP.NET [1.x] [2.0] | ASPMessageboard.com | ASPFAQs.com | Advertise | Feedback | Author an Article

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers