Hi korns.
Two steps needs to be done...
First: change the "send email" command to use HTML as body (that will be new non-certified command, since you can't edit the original one).
You do it by: Search for this line and change it to "True" as follows:
$mailMessage.IsBodyHtml = $True
insert this command to your workflow instead of the certified one.
Second: use this example for inserting a line break to the "additional text" tab:
"NAS volume created: "+volume.name+"."+"<BR />"+"In filer: "+$ArrayChosen+"."+"<BR />"
The "<BR />" in HTML format will do a line break every time (no once works and once doesn't)
Please try it and tell me what you think.
I changed it at my customers' and it works perfect.
Regards,
Solal.