update from email
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user