Merge pull request #2806 from patschi/patch-7
Added charset for watchdog mails
This commit is contained in:
commit
7c567678ad
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user