You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to Settings, Administration, Groupware, Mail app
Click on the "+ Add new config" button in order to create a new default Nextcloud-instace-wide setting
Summary
It would be nice to have the %DOMAIN% pattern, so, if you input "domain.com" in the "Provisioning domain" field, it can be used as follows in the rest of required fields for that config:
Email address template: %USERID%@%DOMAIN% (With the result [email protected])
IMAP/SMTP User: %EMAIL% (With the result [email protected])
IMAP Host: imap.%DOMAIN% (With the result imap.domain.com)
SMTP Host: smtp.%DOMAIN% (With the result smtp.domain.com)
IMHO this pattern allows to have less repetition or input of the actual domain by the admin for the creation of the default config.