summary refs log tree commit diff
path: root/synapse/config/emailconfig.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-05-04 11:37:21 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-05-04 11:38:01 +0100
commit17cbf773b971e4122a913233a8656099465b3306 (patch)
treed4baf97d04ea2415d081eba25e354c69019499c3 /synapse/config/emailconfig.py
parentUnused import (diff)
downloadsynapse-17cbf773b971e4122a913233a8656099465b3306.tar.xz
fix assorted typos in default config
Diffstat (limited to 'synapse/config/emailconfig.py')
-rw-r--r--synapse/config/emailconfig.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py

index e4d86255fa..7a38680435 100644 --- a/synapse/config/emailconfig.py +++ b/synapse/config/emailconfig.py
@@ -78,12 +78,12 @@ class EmailConfig(Config): def default_config(self, config_dir_path, server_name, **kwargs): return """ # Enable sending emails for notification events - #email_config: + #email: # enable_notifs: false # smtp_host: "localhost" # smtp_port: 25 # notif_from: Your Friendly Matrix Home Server <noreply@example.com> # template_dir: res/templates - # notif_template_html: notif_email.html - # notif_template_text: notif_email.txt + # notif_template_html: notif_mail.html + # notif_template_text: notif_mail.txt """