We have a problem at showing some dynamic fields in the email template. Our dynamic field comes from a webservice as a variable and it includes some HTML codes like “<tr><td>Info….</td></tr>” as the rows a table. When the mail is sent, the rendered rows are shown as HTML codes instead of values.
P.S. Actually, I want the returned values compiled as HTML codes to build the rows of the table.