Back to Node Auth0

Variable EmailProviderNameEnumConst

docs/variables/management.Management.EmailProviderNameEnum.html

5.9.11017 B
Original Source

Variable EmailProviderNameEnumConst

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

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

Type Declaration

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark