I want to pass data as template in email service . in that template i'm passing an expression rule but in the email i'm not getting the value .just getting the column name as below
Discussion posts and replies are publicly visible
Details? I really need to repeat this! Without details, we cannot support you!
In general you can use a HTML file as a template.
this is html file template. this is the emailservice , in request i trying to pass expressionrule
OK. And what exactly does that expression return? An email link in HTML should look like this.
<a href="mailto:email@example.com">Send Email</a>
the expression rule returns the site url which i want to navigate
OK. Does it return proper HTML? Can you share that HTML code?