From 3e1029a557df4c63ac8ac3a9a7b0aa83930c5b75 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 16 Apr 2026 15:39:51 +0200 Subject: [PATCH] mail notification --- infra/values/gitea-values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/values/gitea-values.yaml b/infra/values/gitea-values.yaml index 3ff8450..7793dc7 100644 --- a/infra/values/gitea-values.yaml +++ b/infra/values/gitea-values.yaml @@ -29,6 +29,7 @@ gitea: ALLOW_ONLY_EXTERNAL_REGISTRATION: true ENABLE_BASIC_AUTHENTICATION: true ENABLE_PASSWORD_SIGNIN_FORM: false + ENABLE_NOTIFY_MAIL: true openid: ENABLE_OPENID_SIGNIN: false @@ -70,7 +71,7 @@ gitea: PROTOCOL: smtp+starttls SMTP_ADDR: smtp.office365.com SMTP_PORT: 587 - FROM: "noreply@fortedigital.com" + FROM: "svc-noreply@fortedigital.com" admin: DEFAULT_EMAIL_NOTIFICATIONS: enabled