Unverified Commit 95bbf1b1 authored by neil's avatar neil Committed by GitHub
Browse files

Update mail.sh

parent ee2dab51
...@@ -62,7 +62,7 @@ mail_send() { ...@@ -62,7 +62,7 @@ mail_send() {
fi fi
contenttype="text/plain; charset=utf-8" contenttype="text/plain; charset=utf-8"
subject="=?UTF-8?B?$(printf "$_subject" "%b" | _base64)?=" subject="=?UTF-8?B?$(printf "%b" -- "$_subject" | _base64)?="
result=$({ _mail_body | eval "$(_mail_cmnd)"; } 2>&1) result=$({ _mail_body | eval "$(_mail_cmnd)"; } 2>&1)
# shellcheck disable=SC2181 # shellcheck disable=SC2181
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment