summaryrefslogtreecommitdiff
path: root/sendmail
blob: 9c92c2692c117819db24ffe3a5ec6b8bf4605a3e (plain)
1
2
3
4
5
6
#! /usr/bin/env sh

## pass all params to msmtpq & redirect output
msmtpq "$@" >> ~/tmp/msmtp.log

exit 0