running kratos self-hosted I am struggling to get ...
# talk-kratos
s
running kratos self-hosted I am struggling to get courrier to pick up email templates. I have specified files like this: courier: smtp: connection_uri: smtp://user:password@host.com:587/ from_address: user@host.com from_name: from name templates: verification: valid: email: body: html: file:///etc/conf/kratos/ValidateEmail_html.gotmpl plaintext: file:///etc/conf/kratos/ValidateEmail_text.gotmpl But I see references to setting the template override path, and paths like this: •
<kratos-root>/<template-root>/recovery/valid
My understanding is the latter is used to override the fallback templates used by kratos if the explicit template paths described in kratos.yml where not found or not expanded correctly. I have logging set to "debug", and see messages saying courrier is sending emails, but no errors. Am I correct in my assumption - have I specified the template paths correctly, or have I misunderstood how this should work?