Success!!
Thanks @Mark I found @Sharpdrivetek’s post and with a bit of fiddling around I now have the following working. I am not sure how show the HTML code for LTbrGT = break without it activating in this message so I have typed |break| instead.
Greetings {{ recipient.name }} |break| |break|
Please find attached {{business.name}} invoice number {{reference}} dated
{% for field in fields %}{% if field.label == ‘Invoice date’ %}{{ field.text }}{% endif %}{% endfor %}.
|break| |break|
The Invoice value is
{% for total in table.totals %}{% if total.label == ‘Total’ %}{{ total.text }}{% endif %}{% endfor %}
and is due for payment on or before
{% for field in fields %}{% if field.label == ‘Due date’ %}{{ field.text }}{% endif %}{% endfor %}.
|break| |break|
Thank you |break| |break|
Alan |break|
-----------------------------|break|
Alan Budden|break|
MyEmailAddress|break|
MyTelNumber|break|
----------------------------- |break|
and I have just notice that LTbGT LT/bGT switch bold on and off