mailer
Configuration for the mailer service
struct: config
smtp_server string
The hostname and port of the SMTP server. [Ref]
[http.services.mailer]
smtp_server = ""
sender_login string
The email to be used to send mails. [Ref]
[http.services.mailer]
sender_login = ""
disable_auth bool false
Whether to disable SMTP auth. [Ref]
[http.services.mailer]
disable_auth = false
Last modified November 22, 2022: OIDC: resolve users with no uid/gid by username (#3481) (e0231645)