According to documentation
It's possible to use placeholders in email template's body and subject e.g. {Account.name}, {Person.emailAddress}. They will be replaced with values of related records.
But when template "is html" fields are shown like {Account.name}, {Person.emailAddress} - not the values of theese
How can I fix it?
It's possible to use placeholders in email template's body and subject e.g. {Account.name}, {Person.emailAddress}. They will be replaced with values of related records.
But when template "is html" fields are shown like {Account.name}, {Person.emailAddress} - not the values of theese
How can I fix it?
Comment