This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
email.notif_template_html and email.notif_template_text are missing from sample config #6960
Comments
stacktrace:
|
Introduced in #6685 |
Closed
richvdh
added a commit
that referenced
this issue
Feb 24, 2020
* Give `notif_template_html`, `notif_template_text` default values (fixes #6960) * Don't complain if `smtp_host` and `smtp_port` are unset, since they have sensible defaults (fixes #6961) * Set the example for `enable_notifs` to `True`, for consistency and because it's more useful * Raise errors as ConfigError rather than RuntimeError for nicer formatting
fixed by #6962 |
phil-flex
pushed a commit
to phil-flex/synapse
that referenced
this issue
Apr 15, 2020
* Give `notif_template_html`, `notif_template_text` default values (fixes matrix-org#6960) * Don't complain if `smtp_host` and `smtp_port` are unset, since they have sensible defaults (fixes matrix-org#6961) * Set the example for `enable_notifs` to `True`, for consistency and because it's more useful * Raise errors as ConfigError rather than RuntimeError for nicer formatting
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you set
email.enable_notifs: True
, synapse will refuse to start unless you also setemail.notif_template_html
andemail.notif_template_text
, but these are not mentioned in the sample configThe text was updated successfully, but these errors were encountered: