diff options
-rwxr-xr-x | sendmail | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sendmail b/sendmail new file mode 100755 index 0000000..08ba3d7 --- /dev/null +++ b/sendmail @@ -0,0 +1,6 @@ +#! /usr/bin/env sh + +## pass all params to msmtpq & redirect output +msmtpq "$@" > ~/tmp/msmtp.log + +exit 0 |