diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-24 15:18:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 15:18:38 +0000 |
commit | 4c2ed3f20ef5361ea04da9c678d157d8735ca120 (patch) | |
tree | a515cf03e86407bc13101ca7181d590182b15a32 /changelog.d | |
parent | No longer use room alias events to calculate room names for push notification... (diff) | |
download | synapse-4c2ed3f20ef5361ea04da9c678d157d8735ca120.tar.xz |
Fix minor issues with email config (#6962)
* 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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6962.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6962.bugfix b/changelog.d/6962.bugfix new file mode 100644 index 0000000000..9f5229d400 --- /dev/null +++ b/changelog.d/6962.bugfix @@ -0,0 +1 @@ +Fix a couple of bugs in email configuration handling. |