ISmtpDestinationConfiguration
Home > @gooddata/sdk-model > ISmtpDestinationConfiguration
ISmtpDestinationConfiguration type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Configuration of the SMTP, where the notifications are to be sent. Custom SMTP - custom SMTP server. Default SMTP - default SMTP server (users in organization).
Signature:
export type ISmtpDestinationConfiguration = ICustomSmtpDestinationConfiguration | IDefaultSmtpDestinationConfiguration;
References: ICustomSmtpDestinationConfiguration, IDefaultSmtpDestinationConfiguration