update from email

This commit is contained in:
2026-04-21 11:28:44 -04:00
parent 9d1449e2c1
commit 52b77fb6f8
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -16,7 +16,7 @@ notif:
ssl: true ssl: true
insecureSkipVerify: false insecureSkipVerify: false
username: timothykim@fastmail.fm username: timothykim@fastmail.fm
from: root@argento from: argento@fastmail.com
to: to:
- timothykim@fastmail.fm - timothykim@fastmail.fm
+1 -1
View File
@@ -183,7 +183,7 @@ fi
if [ "$USE_EMAIL" = true ]; then if [ "$USE_EMAIL" = true ]; then
{ {
echo "Subject: $SUBJECT" echo "Subject: $SUBJECT"
echo "From: $HOSTNAME <root@$HOSTNAME>" echo "From: $HOSTNAME <argento@fastmail.com>"
echo "To: $MAILTO" echo "To: $MAILTO"
echo "" echo ""
printf '%b' "$BODY" printf '%b' "$BODY"