zitadel/internal/notification/static/templates
/template.htmlzitadel/internal/notification/static/templates
/template.htmldefaults.ymldefaults.yml you provide EmailTemplate:EmailTemplate: which is a subsection of DefaultInstance:DefaultInstance:. Based on my investigation this is actually a base64 conversion of the html file above. -- As my instance is already setup and using EmailTemplateEmailTemplate won't work for us have found that this file exists in hex format over in zitadel.projections.mail_templates2zitadel.projections.mail_templates2. There is only one instance with a hex entry in template(bytea)template(bytea).xxd -r -p > template_maybe.htmlxxd -r -p > template_maybe.html and after doing an sdiff it appears to be the same file.DefaultInstance:EmailTemplateDefaultInstance:EmailTemplate be updated on a setup/start or any subsequent run on star-from-initstar-from-init if we included an updated base64 version our own html file to our config file based on the default provided in zitadel/cmd
/defaults.yamlzitadel/cmd
/defaults.yaml?Join the Discord to ask follow-up questions and connect with the community