Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix minor issues with email config #6962

Merged
merged 4 commits into from
Feb 24, 2020
Merged

Fix minor issues with email config #6962

merged 4 commits into from
Feb 24, 2020

Commits on Feb 20, 2020

  1. Fix minor issues with email config

     * 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)
     * Raise errors as ConfigError rather than RuntimeError for nicer formatting
    richvdh committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    80f63db View commit details
    Browse the repository at this point in the history
  2. more formatting and cleanups

    richvdh committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    35aac88 View commit details
    Browse the repository at this point in the history
  3. update sample config

    richvdh committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1269606 View commit details
    Browse the repository at this point in the history
  4. oops typo

    richvdh committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1175ac2 View commit details
    Browse the repository at this point in the history