Email format issue

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I am sending an email from my site , but the formatting of the email is all
wrong when the user gets the email. I'm just sending plain text as the
body. The problem is that line returns do not seem to be carried over to
the email.

I am doing the following:

strVar = "Line 1" + Environment.Newline + "Line 2"

And, when I open the email in my email program it is displayed like the
following:
"Line 1Line2"

How can I ensure the line break always stays there?

Thanks
Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top