It seems the templates for 3.5 no longer add a line break in the actual
email when sent. The basic default templates come formatted like:
LINE 1
LINE 2
However, the email looks like:
LINE 1 LINE 2
Unless I put
at the end of each template line.
Is this by design?
Thanks.