MatrixSynapse/synapse/config
Richard van der Hoff 4c2ed3f20e
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
2020-02-24 15:18:38 +00:00
..
__init__.py
__main__.py
_base.py
_base.pyi
api.py
appservice.py
captcha.py
cas.py
consent_config.py
database.py
emailconfig.py Fix minor issues with email config (#6962) 2020-02-24 15:18:38 +00:00
groups.py
homeserver.py
jwt_config.py
key.py
logger.py
metrics.py
password.py
password_auth_providers.py
push.py
ratelimiting.py
registration.py
repository.py
room_directory.py
saml2_config.py
server.py
server_notices_config.py
spam_checker.py
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py