-
Notifications
You must be signed in to change notification settings - Fork 301
Double domainname in smtp in email server admin settings #236
Copy link
Copy link
Closed
Labels
Email serverAnything related to email server configurationAnything related to email server configuration
Description
When I'm configuring nextcloud like this:
existingSecret:
enabled: true
secretName: mysecret
usernameKey: username
passwordKey: password
smtpUsernameKey: smtp_username
smtpPasswordKey: smtp_password
update: 0
datadir: /var/www/html/data
persistence:
subPath:
mail:
enabled: true
fromAddress: [email protected]
domain: domain.org
smtp:
host: host.org
secure: ssl
port: 465
authtype: LOGIN
name: name
and this in the secret:
I find this in UI of basic settings panel of Next Cloud:
From address [email protected] @ domain.org
If I change this in UI it gets rewritten to original settings after reload. What am I doing wrong, how to fix this behaviour and have domain.org only once?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Email serverAnything related to email server configurationAnything related to email server configuration