From 5b09e2cfa2781955503e4653e652adfc5a4af28b Mon Sep 17 00:00:00 2001 From: Bakery Admin Date: Mon, 26 Jan 2026 07:41:41 +0100 Subject: [PATCH] Fix some issues 8 --- infrastructure/environments/common/configs/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/environments/common/configs/configmap.yaml b/infrastructure/environments/common/configs/configmap.yaml index b5d864e5..148f45f4 100644 --- a/infrastructure/environments/common/configs/configmap.yaml +++ b/infrastructure/environments/common/configs/configmap.yaml @@ -178,7 +178,7 @@ data: # ================================================================ SMTP_HOST: "mailu-postfix.bakery-ia.svc.cluster.local" SMTP_PORT: "25" - SMTP_TLS: "false" + SMTP_TLS: "true" SMTP_SSL: "false" DEFAULT_FROM_EMAIL: "noreply@bakewise.ai" DEFAULT_FROM_NAME: "Bakery-Forecast"