Email Providers
Email providers for sending verification codes, password resets, and notifications.
Available Providers
| Provider | Package | Description |
|---|---|---|
| Nodemailer | @nauth-toolkit/email-nodemailer | Production SMTP/transport |
| Console | @nauth-toolkit/email-console | Development (logs to console) |
Provider Interface
All email providers implement EmailProvider (core interface):
- See
EmailProviderfor the up-to-date method list and signatures.