summaryrefslogtreecommitdiff
path: root/scripts/epgd-sendmail
blob: 64c90b97d0e4d9935907437b1cb231243d77252b (plain)
1
2
3
4
5
6
#!/bin/bash

# -----------------------------------------
# require: mail of 'GNU Mailutils' package

echo "$2" | mail -s "$1" -a "Content-Type: $3; charset=UTF-8" $4