Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 881 Bytes

SmtpSettings.md

File metadata and controls

17 lines (13 loc) · 881 Bytes

SmtpSettings

Properties

Name Type Description Notes
address string SMTP Server url [optional]
from string From e-mail address [optional]
user_name string User name [optional]
password string Password [optional]
port int SMTP Server's port [optional]
enable_starttls_auto bool Is TLS encryption enabled? [optional]
ssl_version string TLS version selected Valid values are: "TLSv1_1", "SSLv23", "TLSv1_2". [optional]
default_smtp bool Whether to enable built-in Looker SMTP [optional]

[Back to Model list] [Back to API list] [Back to README]