Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.18 KB

File metadata and controls

19 lines (14 loc) · 1.18 KB

Smtp

Custom SMTP destination for notifications. The properties host, port, username, and password are required on create and update

Properties

Name Type Description Notes
type str The destination type. defaults to "SMTP"
from_email str E-mail address to send notifications from. [optional] if omitted the server will use the default value of [email protected]
from_email_name str An optional e-mail name to send notifications from. [optional] if omitted the server will use the default value of "GoodData"
host str The SMTP server address. [optional]
password str The SMTP server password. [optional]
port int The SMTP server port. [optional]
username str The SMTP server username. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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