I am not sure this has ever come up (at least I can’t find anything). I have no problems generating neat HTML formatted emails based on things happening in Epicor. However, I came across one thing I can’t figure out today.
When I take a long description that contains line breaks/carriage returns, they don’t carry over into the HTML formatted email. I have tried doing a replace in the body string… but maybe I’m not sure how to identify what I am replacing properly to get the HTML line break.
It doesn’t recognize the Char in the C# editor. What am I missing? If it helps, I am trying to take content from PartRev.RevDescription that has line breaks in the text and put it on an email and maintain the line breaks.