We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, you can override the whole directory of where email templates are mounted from using:
courier: template_override_path: /my/path
The problem with this is that we cannot use any remote locations, and it's difficult to specify precedence.
Instead, it should be possible to specify for each template the location:
courier: templates: recovery: invalid: email: plaintext: # base64://, https://, file://, ... html: # base64://, https://, file://, ... # In the future maybe: # sms: ... # recovery ...
None so far, if you have better ideas please LMK :)
master
The text was updated successfully, but these errors were encountered:
feat: courier template configs (#2156)
e9087a1
It is now possible to override individual courier email templates using the configuration system! Closes #2054
5b113ae
799b6a8
feat: courier template configs (ory#2156)
b4ae6fc
It is now possible to override individual courier email templates using the configuration system! Closes ory#2054
Benehiko
No branches or pull requests
Preflight checklist
Describe your problem
Currently, you can override the whole directory of where email templates are mounted from using:
The problem with this is that we cannot use any remote locations, and it's difficult to specify precedence.
Describe your ideal solution
Instead, it should be possible to specify for each template the location:
Workarounds or alternatives
None so far, if you have better ideas please LMK :)
Version
master
Additional Context
The text was updated successfully, but these errors were encountered: