I am storing the text of an email in the sql server in column called msg_body_txt. I need to store line breaks so when I pull out the information from the database it actually puts a line break in the email. This email is NOT html because we are not allowed
to send HTML emails.
What is the proper way to do this? I did '\n', but then in my string variable where I am storing the body before I pass it to my Mail Message it is still showing the '\n'
Go to the complete details ...