smtpclient
Configuration for the smtpclient service
struct: SMTPCredentials
sender_login string
The login to be used by sender. [Ref]
[smtpclient]
sender_login = ""
sender_mail string
The email to be used to send mails. [Ref]
[smtpclient]
sender_mail = ""
sender_password string
The sender’s password. [Ref]
[smtpclient]
sender_password = ""
smtp_server string
The hostname of the SMTP server. [Ref]
[smtpclient]
smtp_server = ""
smtp_port int 587
The port on which the SMTP daemon is running. [Ref]
[smtpclient]
smtp_port = 587
disable_auth bool false
Whether to disable SMTP auth. [Ref]
[smtpclient]
disable_auth = false
local_name string
The host name to be used for unauthenticated SMTP. [Ref]
[smtpclient]
local_name = ""