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