allow custom mail templates (#533)

This commit is contained in:
Christoph Haas
2025-12-09 22:37:53 +01:00
parent 54ca1d8aed
commit fb607a26b7
8 changed files with 165 additions and 10 deletions

View File

@@ -13,6 +13,13 @@ web:
external_url: http://localhost:8888
request_logging: true
mail:
# Path where custom email templates (.gotpl and .gohtml) are stored.
# If the directory is empty on startup, the default embedded templates
# will be written there so you can modify them.
# Leave empty to use embedded templates only.
templates_path: ""
webhook:
url: ""
authentication: ""