HTML email problem, break after newline

I prepare message for mail:

->setBodyHtml($data['content_html'])

email sent adds a new paragraph for each line. Is it forbidden to replace new lines with a paragraph when I have the text ready, including a paragraph, etc.?

Thank you