summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-02-24 15:18:38 +0000
committerGitHub <noreply@github.com>2020-02-24 15:18:38 +0000
commit4c2ed3f20ef5361ea04da9c678d157d8735ca120 (patch)
treea515cf03e86407bc13101ca7181d590182b15a32 /changelog.d
parentNo longer use room alias events to calculate room names for push notification... (diff)
downloadsynapse-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.bugfix1
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.