ops: snolla SMTP rollout 2026-08-14 — monitor deployed (VDS cron+ntfy), msmtp/backup-mail on new creds, pilonuxt compose tag 954e29e

This commit is contained in:
2026-08-14 12:31:57 +03:00
parent f1350f8533
commit ddfb6a304b
4 changed files with 182 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ notify() {
email_send() {
local subj="$1" body="$2"
printf "From: noreply@snolla.com\nTo: %s\nSubject: %s\n\n%s\n" \
printf "From: e-16513832@yandex.ru\nTo: %s\nSubject: %s\n\n%s\n" \
"$EMAIL" "$subj" "$body" | msmtp "$EMAIL" || true
}