Bursting Control File message body CRLF being stripped
bursting example:
<xapi:message id="123" to="${EMAIL_TO}" attachment="true" content-type="text/html" subject="Test Subject">
First line of text.
Second line of text.
Third line of text.
</xapi:message>
current output:
First line of text. Second line of text. Third line of text.