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.
This commit is contained in:
2025-10-22 08:38:12 -06:00
parent 82ab3c25e9
commit 50cc98abb2
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=""