Forum Discussion

santosh_csc's avatar
8 years ago

How to pass parameters to text keys in email template

I have a text key like 

custom.test = Hi, {0} test mail

And I can pass value to text key in components like below.

${text.format("custom.test","Hi")}

 

How can I do the same in email templates?