mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-15 13:02:48 +00:00
add clearaccountconf MAIL_BIN
This commit is contained in:
parent
36f83ecb15
commit
e97a0ae675
@ -22,6 +22,8 @@ mail_send() {
|
|||||||
_MAIL_CMD=$(_mail_cmnd)
|
_MAIL_CMD=$(_mail_cmnd)
|
||||||
if [ -n "$MAIL_BIN" ]; then
|
if [ -n "$MAIL_BIN" ]; then
|
||||||
_saveaccountconf_mutable MAIL_BIN "$MAIL_BIN"
|
_saveaccountconf_mutable MAIL_BIN "$MAIL_BIN"
|
||||||
|
else
|
||||||
|
_clearaccountconf "MAIL_BIN"
|
||||||
fi
|
fi
|
||||||
_MAIL_BODY=$(_mail_body)
|
_MAIL_BODY=$(_mail_body)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user