What are you trying to achieve?
I am sending text to the Gmail - Send an email module. When I first did this I could see that the email I received did not maintain the newlines.
I found out that the email content is html, so if you want to preserve the newlines, then you have to format your text first by adding ‘br’ html tags where your newlines are.
Steps taken so far
I added the ‘br’ tags and now the received email correctly has the new lines. I was surprised that there is no Text Parser - Text to HTML module. I did find a HTML to text module, but not for the other direction. I wonder why there is no Text to HTML module, even the most basic one that would add the ‘br’ tags for newlines? It seems like this is something people probably do all the time, formatting text that will be sent as an email.