Skip to main content
Version: Next

Type Alias: EmailSenderProviderName

EmailSenderProviderName = "SMTP" | "SendGrid" | "Mailgun" | "Dummy"

Supported email sender providers.

"Dummy" logs emails to the console instead of sending them, which is convenient during development, but not allowed in production.