Hello,
I have created a report with word layout to send an email. With in the word layout i have used following code to have a button, If some received the email and click on button it should open a link.
The problem is, the email body is showing the html code and my url plain text. But if i use the same code in any html file it is showing the button and if we keep the cursor the url is visible.
I am using email message code unit.
Can someone help me how to send an email with button displayed
Code in word in layout :
<a href="PaymentURL" class="btn btn-primary">Go to Google</a>
Code in BC to send email :
<a href="Google.com" class="btn btn-primary">Go to Google</a>
Thanks,

Report
All responses (
Answers (