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

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

exit 0