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

    Variable EmailProviderNameEnumConst

    EmailProviderNameEnum: {
        Mailgun: "mailgun";
        Mandrill: "mandrill";
        Sendgrid: "sendgrid";
        Ses: "ses";
        Sparkpost: "sparkpost";
        Smtp: "smtp";
        AzureCs: "azure_cs";
        Ms365: "ms365";
        Custom: "custom";
    } = ...

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

    Type Declaration

    • ReadonlyMailgun: "mailgun"
    • ReadonlyMandrill: "mandrill"
    • ReadonlySendgrid: "sendgrid"
    • ReadonlySes: "ses"
    • ReadonlySparkpost: "sparkpost"
    • ReadonlySmtp: "smtp"
    • ReadonlyAzureCs: "azure_cs"
    • ReadonlyMs365: "ms365"
    • ReadonlyCustom: "custom"