Update smtp.sh
This commit is contained in:
parent
3243860859
commit
bc393a4741
@ -75,7 +75,7 @@ _smtp_send() {
|
|||||||
|
|
||||||
_debug "smtp_send_output" "$smtp_send_output"
|
_debug "smtp_send_output" "$smtp_send_output"
|
||||||
|
|
||||||
if [ $smtp_send_output =~ "message not sent" ]; then
|
if [[ $smtp_send_output =~ "message not sent" ]]; then
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user