mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 20:01:46 +00:00
add clearaccountconf MAIL_BIN
This commit is contained in:
parent
9a7c9e8d98
commit
d83c9da830
@ -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…
Reference in New Issue
Block a user