mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-14 17:32:45 +00:00
fix: update notify/mail.sh
Co-Authored-By: Matej Mihevc <zuexo@users.noreply.github.com>
This commit is contained in:
parent
2f41af9cc3
commit
5323d17c31
@ -62,7 +62,7 @@ mail_send() {
|
||||
|
||||
contenttype="text/plain; charset=utf-8"
|
||||
subject="=?UTF-8?B?$(echo "$_subject" | _base64)?="
|
||||
result=$({ _mail_body | _mail_cmnd; } 2>&1)
|
||||
result=$({ echo "$(_mail_body)" | eval $(_mail_cmnd); } 2>&1)
|
||||
|
||||
# shellcheck disable=SC2181
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user