Hi there!
I know that Filip talks about email body being html and can be coded as such, however I am a bit challenged. I have switched to admin cli (like that much better, thank you) and decided to get a bit fancier with my emails, like adding user name to it and breaking it down into paragraphs and such. I kept getting errors thrown whenever I did anything but one line, double quotes and words.
I tried "Hello " + name + “!” as well as Hello ${name}!
(of course after identifying the variable) but all of those throw an error. So I figured I ask if there is another way to do this or it’s just not a functionality at the moment.
Much thanks!