Merge pull request #2806 from patschi/patch-7

Added charset for watchdog mails
master
André Peters 2019-07-26 06:51:12 +02:00 committed by GitHub
commit 7c567678ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ function mail_error() {
fi
[ -f "/tmp/${1}" ] && BODY="/tmp/${1}"
./smtp-cli --missing-modules-ok \
--charset=UTF-8 \
--subject="${SUBJECT}" \
--body-plain="${BODY}" \
--to=${rcpt} \