Skip to main content

Email Providers

Email providers for sending verification codes, password resets, and notifications.

Available Providers

ProviderPackageDescription
Nodemailer@nauth-toolkit/email-nodemailerProduction SMTP/transport
Console@nauth-toolkit/email-consoleDevelopment (logs to console)

Provider Interface

All email providers implement EmailProvider (core interface):

  • See EmailProvider for the up-to-date method list and signatures.