change sender address of mailer
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
mailer () {
|
||||
if ! [[ -z "$3" ]]; then
|
||||
mailfrom="From: $3 <mad@pogoan.de>"
|
||||
mailfrom="From: $3 <christian@betz.cc>"
|
||||
fi
|
||||
if ! [[ -z "$4" ]]; then
|
||||
mailto="$4"
|
||||
|
||||
Reference in New Issue
Block a user