Hi all,
I want to bold the text or change the color to red while replying from an email..
below anchor tag from the expression rule-
<a href='mailto:",
sample@mail.com, "?subject=[", ri!sample, "]Sample Subject [DestinationPMUUID=0000000-0000-0000-0000-00000000000]&body= Sample Text %0d%0a %0d%0a %0d%0a
****I want this text in Bold'target=_top>click here</a>
Discussion posts and replies are publicly visible
What exactly do you mean by "while replying from an email"?
If you want the text within the Appian-sent email itself to be bolded and/or red, then we can handle that, just using basic HTML code. But I'm not sure how "replying" fits into that.
on Click of "Click here" a mail to be send with following body-
Sample Text
****I want this text in Bold
I have used <b> and </b> but the output was following-
<b>****I want this text in Bold </b>
Please let me know if there is a way to make it bold or even Change its Colour
How are you constructing the "Click here" link? I assume it's just a "mailto" link using advanced syntax? If so, I'm not sure it's possible to have these construct an HTML-body email.