Forum Discussion
SoniaLewis-e975
2 years agoCommunity Member
Assigning attributes to Variables within an Email via JavaScript
Hello, I have set up an email trigger using JavaScript which works:
var player = GetPlayer(); var email="[my email address]"; var subject="Assessment: Manual Handling"; var body_start=("Atten...
Jürgen_Schoene_
Community Member
the whole mailTo-link is plain text (no bold, no colors, ...)
for bold/italic/underline there is a trick with Mathematical Alphanumeric Symbols
https://stackoverflow.com/questions/32947586/mailto-and-format-bold-italic
but it's only available a-zA-Z - no special chars
Jürgen
JohnCooper-be3c
2 years agoCommunity Member
Not really an answer to your question I'm afraid - but this post might help ? or not!
- SoniaLewis-e9752 years agoCommunity Member
Thanks for the link John :)