Interface EmailProviderUpdate

Hierarchy

  • EmailProviderUpdate

Properties

credentials?: any
default_from_address?: string

Email address to use as "from" when no other address specified.

enabled?: boolean

Whether the provider is enabled (true) or disabled (false).

Name of the email provider. Can be mailgun, mandrill, sendgrid, ses, sparkpost, smtp, azure_cs, or ms365.

settings?: null | {
    [key: string]: any;
}

Specific provider setting