diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-06-02 21:34:40 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-06-02 21:34:40 +0100 |
commit | 79d1f072f4fc9a6b2e9773e8cb700b26bc2dff51 (patch) | |
tree | df24b627da54201ce8df7be7fde3410ec36d4d70 /synapse/config | |
parent | add some branding debugging (diff) | |
download | synapse-79d1f072f4fc9a6b2e9773e8cb700b26bc2dff51.tar.xz |
brand the email from header
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/emailconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py index 90bdd08f00..a187161272 100644 --- a/synapse/config/emailconfig.py +++ b/synapse/config/emailconfig.py @@ -89,7 +89,7 @@ class EmailConfig(Config): # enable_notifs: false # smtp_host: "localhost" # smtp_port: 25 - # notif_from: Your Friendly Matrix Home Server <noreply@example.com> + # notif_from: "Your Friendly %(app)s Home Server <noreply@example.com>" # app_name: Matrix # template_dir: res/templates # notif_template_html: notif_mail.html |