We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33320df + e481fb9 commit 5742343Copy full SHA for 5742343
snapraid-aio-script.sh
@@ -959,7 +959,7 @@ elif [ "$EMAIL_ADDRESS" ]; then
959
echo "$body"
960
) | sendmail -t
961
else
962
- $MAIL_BIN -a 'Content-Type: text/html' -s "$SUBJECT" -r "$FROM_EMAIL_ADDRESS" "$EMAIL_ADDRESS" \
+ $MAIL_BIN -a 'Content-Type: text/html; charset=UTF-8' -s "$SUBJECT" -r "$FROM_EMAIL_ADDRESS" "$EMAIL_ADDRESS" \
963
< <(echo "$body")
964
fi
965
0 commit comments