smtp config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user