Forum Discussion
4 Replies
- ljupcho_machko1New Contributor III
Hello @AngeloRAlves ,
You will need to use <br>. below is given one example, which I think can help you how the expression can be composed correctly: - darshthakkarValued Contributor
Agreed with @ljupcho_machkovski.
@AngeloRAlves - Please write a html script in the email sender snap and put the tag as
<br>
for line breaks. - vinnakotakNew Contributor
Can someone please suggest how to add line break in Plain test email?
Thanks
- bgoodkinTCFNew Contributor II
The following worked for me using the Email Sender snap with Plain text for the body:
$body = "This is a test body.\nThis is a line after a line break."
$body.replaceAll('\\n','\n')