Fix some issues 7

This commit is contained in:
2026-01-26 07:33:38 +01:00
parent 546fb8c84c
commit 6c136c1a95
5 changed files with 79 additions and 4 deletions

View File

@@ -176,9 +176,9 @@ data:
# ================================================================
# EMAIL CONFIGURATION
# ================================================================
SMTP_HOST: "mailu-front.bakery-ia.svc.cluster.local"
SMTP_PORT: "587"
SMTP_TLS: "true"
SMTP_HOST: "mailu-postfix.bakery-ia.svc.cluster.local"
SMTP_PORT: "25"
SMTP_TLS: "false"
SMTP_SSL: "false"
DEFAULT_FROM_EMAIL: "noreply@bakewise.ai"
DEFAULT_FROM_NAME: "Bakery-Forecast"