Create SENDMAIL
parent
06636402fd
commit
dca44c3726
|
@ -0,0 +1,2 @@
|
|||
[[ -z $8 ]] && python /usr/bin/sendemail.py "$1" "$2" "$3" "$4" "$5" "$6" "$7"
|
||||
[[ ! -z $8 ]] && python /usr/bin/sendemail.py "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8"
|
Loading…
Reference in New Issue