Variable EmailProviderNameEnumConst
EmailProviderNameEnum: {
Mailgun: "mailgun";
Mandrill: "mandrill";
Sendgrid: "sendgrid";
Resend: "resend";
Ses: "ses";
Sparkpost: "sparkpost";
Smtp: "smtp";
AzureCs: "azure_cs";
Ms365: "ms365";
Custom: "custom";
} = ...
Type Declaration
ReadonlyMailgun: "mailgun"
ReadonlyMandrill: "mandrill"
ReadonlySendgrid: "sendgrid"
ReadonlyResend: "resend"
ReadonlySes: "ses"
ReadonlySparkpost: "sparkpost"
ReadonlySmtp: "smtp"
ReadonlyAzureCs: "azure_cs"
ReadonlyMs365: "ms365"
ReadonlyCustom: "custom"
Name of the email provider. Can be
mailgun,mandrill,sendgrid,resend,ses,sparkpost,smtp,azure_cs,ms365, orcustom.