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

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

exit 0