Honza Hommer
6 years ago
No known key found for this signature in database
GPG Key ID: 5EBDE8E7E1A00ACA
1 changed files with
1 additions and
1 deletions
-
notify/mail.sh
|
@ -62,7 +62,7 @@ _mail_send() { |
|
|
ssmtp) |
|
|
ssmtp) |
|
|
"$_MAIL_BIN" "$MAIL_TO" |
|
|
"$_MAIL_BIN" "$MAIL_TO" |
|
|
;; |
|
|
;; |
|
|
mutt|mail) |
|
|
|
|
|
|
|
|
mutt | mail) |
|
|
"$_MAIL_BIN" -s "$_subject" "$MAIL_TO" |
|
|
"$_MAIL_BIN" -s "$_subject" "$MAIL_TO" |
|
|
;; |
|
|
;; |
|
|
esac |
|
|
esac |
|
|