summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-29 14:24:25 +0100
committerDavid Baker <dave@matrix.org>2016-04-29 14:24:25 +0100
commit18ce88bd2dc15cad08ca6bd3c835ca14fb3478d9 (patch)
treec554a78c2d2a9f2da8a4facdbc810ccebc46d248 /synapse/config
parentSend mail notifs with a plaintext part too (diff)
downloadsynapse-18ce88bd2dc15cad08ca6bd3c835ca14fb3478d9.tar.xz
Correct default template and add text template
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/emailconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py
index b7be67f173..6db01fa145 100644
--- a/synapse/config/emailconfig.py
+++ b/synapse/config/emailconfig.py
@@ -82,5 +82,6 @@ class EmailConfig(Config):
         #   smtp_port: 25
         #   notif_from: Your Friendly Matrix Home Server <noreply@example.com>
         #   template_dir: res/templates
-        #   notif_template_html: notif.html
+        #   notif_template_html: notif_email.html
+        #   notif_template_text: notif_email.txt
         """