diff --git a/notify_templates/notify_smtp.sh b/notify_templates/notify_smtp.sh index 8ae8bec..c6f3ba2 100644 --- a/notify_templates/notify_smtp.sh +++ b/notify_templates/notify_smtp.sh @@ -8,7 +8,7 @@ MSMTP=$(which msmtp) SSMTP=$(which ssmtp) -if [ -n "$MSMPT" ] ; then +if [ -n "$MSMTP" ] ; then MailPkg=$MSMTP elif [ -n "$SSMTP" ] ; then MailPkg=$SSMTP