diff options
Diffstat (limited to 'minimailer')
-rwxr-xr-x | minimailer | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ MSMTP_ACCOUNT="$3" # Checks if [ -z "$MSMTP_ACCOUNT" ]; then echo "usage: $BASENAME <template-file> <recipients-filelist> <msmtp-account-name>" + echo "" echo "example: $BASENAME message.tmpl recipients.lst my-provider" echo "check the source code for template and recipient filelist formats" exit 1 |