Forum Discussion
3 Replies
Sort By
santosh_csc - You cannot do that in the email templates. However, have a look at this doc.
santosh_csc - No, not at all. They are on a completely standalone engine and don't work like the custom components.
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?
santosh_csc - You cannot do that in the email templates. However, have a look at this doc.
santosh_csc - No, not at all. They are on a completely standalone engine and don't work like the custom components.