fix(docker): use Stalwart admin account for SMTP sending

The noreply account lacks SMTP auth permissions in Stalwart. Use the
admin account for now — SMTP_FROM still sends as noreply@mana.how.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-03 16:33:04 +02:00
parent de910946dc
commit 504a686e9b

View file

@ -539,8 +539,8 @@ services:
MANA_CORE_AUTH_URL: http://mana-auth:3001
SMTP_HOST: ${SMTP_HOST:-stalwart}
SMTP_PORT: ${SMTP_PORT:-587}
SMTP_USER: ${SMTP_USER:-noreply@mana.how}
SMTP_PASSWORD: ${SMTP_PASSWORD:-ManaNoReply2026!}
SMTP_USER: ${SMTP_USER:-admin}
SMTP_PASSWORD: ${SMTP_PASSWORD:-ChangeMe123!}
SMTP_FROM: "ManaCore <noreply@mana.how>"
SMTP_INSECURE_TLS: "true"
EXPO_ACCESS_TOKEN: ${EXPO_ACCESS_TOKEN:-}