Is there a way to insert a new line ("\n") or multiple lines in the email "body" element?
1 Like
Hey,
can you share your watch and show what did not work, so we can help debugging?
--Alex
I actually figured it out. I needed to use \n to get it to work. I was originally trying to escape the \ by doing \n. a simple \n will work. And for multiple lines, you can use \n\n\n (that will give you 3 end of line). Thanks for looking.