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
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