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

    Variable EmailProviderNameEnum

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

    Type declaration

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