update from email
This commit is contained in:
Binary file not shown.
@@ -16,7 +16,7 @@ notif:
|
||||
ssl: true
|
||||
insecureSkipVerify: false
|
||||
username: timothykim@fastmail.fm
|
||||
from: root@argento
|
||||
from: argento@fastmail.com
|
||||
to:
|
||||
- timothykim@fastmail.fm
|
||||
|
||||
|
||||
@@ -183,7 +183,7 @@ fi
|
||||
if [ "$USE_EMAIL" = true ]; then
|
||||
{
|
||||
echo "Subject: $SUBJECT"
|
||||
echo "From: $HOSTNAME <root@$HOSTNAME>"
|
||||
echo "From: $HOSTNAME <argento@fastmail.com>"
|
||||
echo "To: $MAILTO"
|
||||
echo ""
|
||||
printf '%b' "$BODY"
|
||||
|
||||
Reference in New Issue
Block a user