Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

File metadata and controls

18 lines (13 loc) · 1.11 KB

SmtpAllOf

Properties

Name Type Description Notes
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]
type str The destination type. [optional] if omitted the server will use the default value of "SMTP"
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]