Interface EmailProvider

Hierarchy

  • EmailProvider

Properties

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: string

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

settings: {
    [key: string]: any;
}

Specific provider setting

Type declaration

  • [key: string]: any