change sender address of mailer

This commit is contained in:
2024-03-22 07:16:03 +01:00
parent 64d9e38a94
commit b852d13475

View File

@@ -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"