From f6a6a9da4e1f8a3e1f320dac625253cc0f03e0b0 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 17 Apr 2026 12:03:12 +0200 Subject: [PATCH] smtps --- infra/values/gitea-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/values/gitea-values.yaml b/infra/values/gitea-values.yaml index e34f256..cf89dc5 100644 --- a/infra/values/gitea-values.yaml +++ b/infra/values/gitea-values.yaml @@ -68,9 +68,9 @@ gitea: mailer: ENABLED: true - PROTOCOL: smtp+starttls + PROTOCOL: smtps SMTP_ADDR: smtp.office365.com - SMTP_PORT: 587 + SMTP_PORT: 465 FROM: "noreply@fortedigital.com" admin: