[Watchdog] Send mails with priority 1

This commit is contained in:
andryyy
2020-05-23 11:16:13 +02:00
parent 6a95d217b4
commit 8a441dd77a
2 changed files with 2 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ function mail_error() {
--charset=UTF-8 \
--subject="${SUBJECT}" \
--body-plain="${BODY}" \
--add-header="X-Priority: 1" \
--to=${rcpt} \
--from="watchdog@${MAILCOW_HOSTNAME}" \
--hello-host=${MAILCOW_HOSTNAME} \