FROM_ADDR changed

This commit is contained in:
Andreas Knuth 2026-02-09 18:10:33 -06:00
parent 3849e3fc2d
commit 994cf9055c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ set -e
# --- Parameters ---
DOMAIN="$1"
RECIPIENT="$2"
FROM_ADDR="${3:-migration-test@andreasknuth.de}"
FROM_ADDR="${3:-support@bayarea-cc.com}"
AWS_REGION=${AWS_REGION:-"us-east-2"}
if [ -z "$DOMAIN" ] || [ -z "$RECIPIENT" ]; then