Hi,
I’m customizing the emails sent to users when a message is sent to another user. I’m sending emails as html.
Although the text in the plugin is on separate lines, e/g:
**********************
Hi {{receiver}},<p></p>
You have received a new message in your C&C Account.<p></p>
Subject: {{subject}}
Message URL: {{message_url}}
**********************
the email messages looks like this:
***********************
Hi User, You have received a new message in your Account. Subject: Testing Message: Testing this message Message URL: https://www.xyz.com/messages/?fepaction=viewmessage&id=2623
*************************
The problem is the new lines after each sentence in the template do not appear in the email messages. I tried using html in the text box but that does not seem to work.
Thanks.