form-mailerLightweight form delivery
Form-to-email delivery

form-mailer

A compact, TypeScript-first package for low-footprint form-to-email delivery in Node.js apps and serverless handlers.

Focused by design

One job, kept simple

Form-mailer handles form email and stays out of the rest of your stack.

Low footprint

Keep the integration small and easy to carry into existing apps.

Validation first

Reject bad input before anything sends.

Security-conscious

Validate, allowlist, and sanitize before send.

Why it exists

A utility, not a mail platform

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

Choose your path

Whether you’re integrating quickly or exploring, the documentation is structured to help.

What it fits

Simple, reliable form email

Contact and support forms

Keep inbound handling easy to embed and easy to trust.

Lead routing

Route submissions without turning the app into a mail system.

Deployment demos

Show a simple email path in example projects.