summaryrefslogtreecommitdiff
path: root/scripts/epgd-sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/epgd-sendmail')
-rwxr-xr-xscripts/epgd-sendmail6
1 files changed, 6 insertions, 0 deletions
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