HTML being rendered as text in email message

I am using the #each iterator to loop through an array. When using the following code, the A HREF html portion get renderesd as text in the email, not as HTML. How would I need to change the following template snipped:
{{#each domains}}
<a href="https://dailydomains.io/app?domain={{domain}}">{{domain}}</a><br/>
{{/each}}

Thanks in advance.
Kai
image.png
Was this page helpful?