Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface UpdateEmailProviderResponseContent

    interface UpdateEmailProviderResponseContent {
        name?: string;
        enabled?: boolean;
        default_from_address?: string;
        credentials?: EmailProviderCredentials;
        settings?: EmailProviderSettings;
    }
    Index

    Properties

    name?: string

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

    enabled?: boolean

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

    default_from_address?: string

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