I am trying to force my emails to put data on seperate lines to make it look cleaner in the actual email.
My TextBody code currently consists of the following:
objMail.TextBody = Request.Form("emailText") & " Contact Phone Number: (" & Request.Form("phoneArea") & ")" & Request.Form("phoneNumber") & " Best Contact Time" & Request.Form("contactTime")
Thanks in advance for any help.