Use localhost for SMTP instead of Docker bridge IP

Change SMTP host from 172.18.0.1 to localhost to properly connect
to Cloudron's sendmail relay running inside the container.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Andreas Dueren
2025-10-22 08:38:12 -06:00
parent 12fdaa7e25
commit 2c829792f4
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ HASH_KEY_FILE="$SECRETS_DIR/hash_key"
JWT_SECRET_FILE="$SECRETS_DIR/jwt_secret"
SESSION_SECRET_FILE="$SECRETS_DIR/session_secret"
SMTP_HOST="172.18.0.1"
SMTP_HOST="localhost"
SMTP_PORT="2525"
SMTP_ENCRYPTION=""
SMTP_USERNAME=""