diff --git a/acme.sh b/acme.sh index e9eb6b94..fd274a3e 100755 --- a/acme.sh +++ b/acme.sh @@ -6813,6 +6813,11 @@ _send_notify() { _nhooks="$3" _nerror="$4" + if [ ! -z "$MAIL_SUBJECT_SUFFIX" ]; then + _nsubject="$_nsubject $MAIL_SUBJECT_SUFFIX" + _debug "The MAIL_SUBJECT_SUFFIX is $MAIL_SUBJECT_SUFFIX." + fi + if [ "$NOTIFY_LEVEL" = "$NOTIFY_LEVEL_DISABLE" ]; then _debug "The NOTIFY_LEVEL is $NOTIFY_LEVEL, which means it's disabled, so will just return." return 0