I using Hook for send email and it work now.
But I can't use #if condition on EmailTemplate
I tried
{{#ifEqual showPhone 'Yes'}}
{SendEmailToClient.companyName}
{{else}}
{SendEmailToClient.showPhone}
{{/ifEqual}}
showPhone is enum-field
and I receive this on email
{{#ifEqual showPhone 'Yes'}} Ekko Lab AI Co.,Ltd. {{else}} Yes {{/ifEqual}}
But I can't use #if condition on EmailTemplate
I tried
{{#ifEqual showPhone 'Yes'}}
{SendEmailToClient.companyName}
{{else}}
{SendEmailToClient.showPhone}
{{/ifEqual}}
showPhone is enum-field
and I receive this on email
{{#ifEqual showPhone 'Yes'}} Ekko Lab AI Co.,Ltd. {{else}} Yes {{/ifEqual}}
Comment