Is there any possible to bold text under <xapi:message> in XML Bursting Report?
Hi,
In XML Bursting report,Is there any possible to bold text under <xapi:message>? If Possible how can we achieve?
I try below code which was not working.
<xapi:message id="abc" to="xyz.com" cc="xyz.com" attachment="true" content-type="html" subject="Order #${ORDER_NUMBER} has been received">
<html>
<body>
Hi <b>${CONTACT_NAME}</b>
We have received your order #${ORDER_NUMBER}. We will notify you once the order is confirmed.
<b>This is an automatically generated email. Please do not reply to this email.</b>
</body>
</html>
</xapi:message>
The above bold text have to be same in e-mail body.