@contact-api/nodemailer
v0.0.1
Published
Nodemailer (SMTP) email provider for @contact-api/core
Maintainers
Readme
Contact API Nodemailer
Nodemailer (SMTP) email provider for @contact-api/core.
Usage
import { createNodemailerProvider } from "@contact-api/nodemailer";
const provider = createNodemailerProvider(); // reads SMTP_CONFIGEnvironment Variables
| Variable | Description |
| --- | --- |
| SMTP_CONFIG | JSON string of SMTP settings (host, port, auth.user, auth.pass, secure) |
License
MIT License - see LICENSE for details.
