Low footprint
Keep the integration small and easy to carry into existing apps.
A compact, TypeScript-first package for low-footprint form-to-email delivery in Node.js apps and serverless handlers.
Focused by design
Form-mailer handles form email and stays out of the rest of your stack.
Keep the integration small and easy to carry into existing apps.
Reject bad input before anything sends.
Validate, allowlist, and sanitize before send.
Why it exists
Most apps do not need a mail platform. They need a small delivery utility that lives inside the deployment, validates input first, and hands the message to a transport without adding platform overhead.
Guides & References
Whether you’re integrating quickly or exploring, the documentation is structured to help.
Get to a first working setup.
Open tutorialApply it in a real app.
Open how-toSee the design choices behind it.
Open explanationCheck the API, options, and adapters.
Open referenceWhat it fits
Keep inbound handling easy to embed and easy to trust.
Route submissions without turning the app into a mail system.
Show a simple email path in example projects.