Forum Discussion
vinnakotak
3 years agoNew Contributor
Can someone please suggest how to add line break in Plain test email?
Thanks
bgoodkinTCF
11 months agoNew 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')