Form-to-email, without a backend

Turn any HTML form into an inbox

Create a form, get an API key, point your site at one endpoint. MailForm handles the email, the rate limits, and gives you a dashboard to see every submission.

Any HTML form, anywhere
<form action="https://mailform.retaillian.com/api/v1/submit" method="POST">
  <input type="hidden" name="apikey" value="mf_live_xxxxxxxx" />
  <input type="text" name="name" placeholder="Your name" />
  <input type="email" name="email" placeholder="Your email" />
  <textarea name="message" placeholder="Message"></textarea>
  <button type="submit">Send</button>
</form>

One API key per form

Create a form with just a name and instantly get an API key you can drop into any website, landing page, or app.

Beautiful emails, zero templates

Every submission is turned into a clean, readable email and delivered through Resend from your own domain.

Per-form daily limits

Each form defaults to 20 emails a day. Raise or lower the limit any time straight from the dashboard.

Full control panel

See every submission, manage recipients and reply-to addresses, and regenerate API keys whenever you need to.

Team access

Invite teammates and decide exactly which forms each person can see and manage.

Test before you ship

Use the built-in playground to fire real test submissions and copy ready-made cURL and HTML snippets.