Liquid Variables Not Rendering in Custom Email Notifications Templates #11088
-
Liquid Variables Not Rendering in Custom Email Notifications TemplatesProblem: When customizing email templates via the Troubleshooting:
Environment:
Question: Has anyone successfully customized email templates with Liquid variables using the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The .erb templates located on app/views/devise/mailer, which are:
Right now we are able to replace this default templates on the |
Beta Was this translation helpful? Give feedback.
-
Update on Email Template Customization For those wondering about the current state of email template customization, here's a recap:
Current Limitations and Future Considerations:
Statement from @sojan-official:
|
Beta Was this translation helpful? Give feedback.
Update on Email Template Customization
For those wondering about the current state of email template customization, here's a recap:
app/views/mailers/
that end with.liquid
using the Chatwoot guide.locale
column in Chatwoot'semail_templates
PostgreSQL table.app/views/mailers/
ending with.erb
and those inapp/views/devise/mailer/
must be manually replaced or edited.Current Limitations and Future Considerations: