MultiLine Column Text Email
Hi All,
I can save multi line data into DB column like the following.
Job is failed for the item 178555 for the following compts:
Component1 12344 Qty 0.
Component2 12345 Qty 1.
Component2 12346 Qty 3
When I email the above content to someone it appears like this.
Job is failed for the item 178555 for the following compts:Component1 12344 Qty 0.Component2 12345 Qty 1.Component2 12346 Qty 3
I want the content to be sent exactly same as being stored into Oracle DB Column. Like after new line character, sentence should go to next line instead of printing on same line. Please help me in achieving this.