Fix .env.example: quote SMTP_SENDER_NAME value
Build and Push Docker Image / build (push) Has been cancelled Details

Values with spaces must be quoted for bash source command

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-01-26 11:24:20 +01:00
parent 8cabe7d362
commit 4f4d0dd42e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
SMTP_ADMIN_EMAIL=noreply@monacousa.org
SMTP_SENDER_NAME=Monaco USA
SMTP_SENDER_NAME="Monaco USA"
# Set to true to auto-confirm emails (not recommended for production)
ENABLE_EMAIL_AUTOCONFIRM=false