Create SENDMAIL

This commit is contained in:
TheDragonkeeper
2017-11-07 22:58:21 +00:00
committed by GitHub
parent 06636402fd
commit dca44c3726

View File

@@ -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"