Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.06 KB

DefaultSmtp.md

File metadata and controls

15 lines (10 loc) · 1.06 KB

DefaultSmtp

Default SMTP destination for notifications.

Properties

Name Type Description Notes
type str The destination type. defaults to "DEFAULT_SMTP"
from_email str E-mail address to send notifications from. Currently this does not have any effect. E-mail '[email protected]' is used instead. [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. Currently this does not have any effect. E-mail from name 'GoodData' is used instead. [optional] if omitted the server will use the default value of "GoodData"
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]