RE:Email templates There seem to be two syntaxes ...
# ory-selfhosting
s
RE:Email templates There seem to be two syntaxes for specifying email templates in kratos.yml. Either using
Copy code
template_override_path:/etc/config/kratos/courier-templates/
and using very specific filenames for the templates
or templates: verification: valid: email: body: html: file:///etc/config/kratos/courier-templates/verification-html.gotmpl plaintext: file:///etc/config/kratos/courier-templates/verification-text.gotmpl With arbitrary filenames. I can get nether of these to work. I always get the default (fallback) email message. I get no failure log messages, Only a "Courier sent out message" - I even tried logging at trace level and see nothing extra. I tried specifying the file as a file:// and tried putting the file on a web server and using http:// but no no avail. I am at a bit of a loss, is this feature known to work?