summary refs log tree commit diff
path: root/changelog.d/6962.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.12.0rc1Richard van der Hoff2020-03-191-1/+0
|
* Fix minor issues with email config (#6962)Richard van der Hoff2020-02-241-0/+1
* 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