From e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 5 Mar 2017 16:39:28 +0100 Subject: git init --- scripts/epgd-sendmail | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/epgd-sendmail (limited to 'scripts/epgd-sendmail') diff --git a/scripts/epgd-sendmail b/scripts/epgd-sendmail new file mode 100755 index 0000000..64c90b9 --- /dev/null +++ b/scripts/epgd-sendmail @@ -0,0 +1,6 @@ +#!/bin/bash + +# ----------------------------------------- +# require: mail of 'GNU Mailutils' package + +echo "$2" | mail -s "$1" -a "Content-Type: $3; charset=UTF-8" $4 -- cgit v1.2.3