We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

how can we bold the text in mailto

neerugarg
Kilo Explorer

Hi All,

Is it possible to bold the text in mailto.

Thanks,

Neeru Garg

2 REPLIES 2

Pradeep Sharma
ServiceNow Employee

Hi Neeru,



This should make text bold. Sample


template.print("<b>SAMPLE TEXT:</b>");


http://wiki.servicenow.com/index.php?title=Email_Notifications#gsc.tab=0


Mihir Mohanta
Kilo Sage

In the Message field add bold tag like:



<b>Click here to approve ${sysapproval}</b>



Thanks,


Mihir