From 209b39ffd055c47da7f2239a30961763690a2059 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Mon, 4 Oct 2021 13:44:59 +1100 Subject: [PATCH] docs: fix required flag for smtp notifier sender option (#2446) Fixes: #2445. --- .github/commit-msg | 2 +- docs/configuration/notifier/smtp.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/commit-msg b/.github/commit-msg index f2d9598de..3c0661adc 100755 --- a/.github/commit-msg +++ b/.github/commit-msg @@ -2,4 +2,4 @@ . "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/required-apps" -cd web && ${PMGR} run commitlint --edit $1 +cd web && ${PMGR} commitlint --edit $1 diff --git a/docs/configuration/notifier/smtp.md b/docs/configuration/notifier/smtp.md index 421479e74..7f506408e 100644 --- a/docs/configuration/notifier/smtp.md +++ b/docs/configuration/notifier/smtp.md @@ -99,8 +99,8 @@ The password sent for authentication with the SMTP server. Paired with the usern
type: string {: .label .label-config .label-purple } -required: no -{: .label .label-config .label-green } +required: yes +{: .label .label-config .label-red }
The address sent in the FROM header for the email. Basically who the email appears to come from. It should be noted