@nauth-toolkit/email-console
v0.2.5
Published
Console email provider for nauth-toolkit — development and testing
Maintainers
Readme
@nauth-toolkit/email-console
Console email provider for nauth-toolkit.
Logs email content to the console instead of sending it. Use during development and testing to see verification codes, magic links, and password reset emails without configuring a real email service.
Part of nauth-toolkit. Requires
@nauth-toolkit/core.
Install
npm install @nauth-toolkit/email-consoleConfigure in your auth config:
import { ConsoleEmailProvider } from '@nauth-toolkit/email-console';
const authConfig = {
emailProvider: new ConsoleEmailProvider(),
};For production
| Package | Purpose |
| --- | --- |
| @nauth-toolkit/email-nodemailer | Nodemailer — SMTP, AWS SES, SendGrid, any transport |
See the full package list in the core README.
Free to use. See license.
