added SMTP_FROM option

This commit is contained in:
Rolf
2026-03-19 09:19:33 +01:00
parent 1538744959
commit 8d65c21564
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ services:
SMTP_USER: ${SMTP_USER:-}
SMTP_PASS: ${SMTP_PASS:-}
SMTP_SENDER_NAME: ${SMTP_SENDER_NAME:-MulliganMates}
SMTP_FROM: ${SMTP_FROM}
labels:
- "traefik.enable=true"
- "traefik.http.routers.mulliganmates.rule=Host(`${APP_DOMAIN}`)"