smtp config

This commit is contained in:
2026-04-16 15:13:18 +02:00
parent 88c29565b6
commit 4486279eab
2 changed files with 22 additions and 4 deletions

View File

@@ -68,9 +68,9 @@ gitea:
mailer:
ENABLED: true
PROTOCOL: smtps
SMTP_ADDR: smtp.forteapps.net
SMTP_PORT: 465
FROM: "noreply@forteapps.net"
SMTP_ADDR: smtp.office365.com
SMTP_PORT: 587
FROM: "noreply@fortedigital.com"
# -- SMTP credentials injected from secret (USER and PASSWD)
additionalConfigFromEnvs:
@@ -84,7 +84,6 @@ gitea:
secretKeyRef:
name: gitea-smtp-secret
key: password
# -- OIDC authentication via Forte
oauth:
- name: "Forte"