email prefix removed

This commit is contained in:
Andreas Knuth 2025-09-14 16:37:55 -05:00
parent 5ed6c15ba2
commit 798842ba9b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ fi
# Konfiguration
AWS_REGION=${AWS_REGION:-"us-east-2"}
EMAIL_PREFIX=${EMAIL_PREFIX:-"emails/"}
EMAIL_PREFIX=${EMAIL_PREFIX:-""}
RULE_NAME="store-$(echo "$DOMAIN_NAME" | tr '.' '-')-to-s3"
echo "=== SES Konfiguration für $DOMAIN_NAME ==="