Forms that send leads.
One line of HTML. Submissions land in your inbox.
https://api.postme.dev/submit/
Paste into action= on your <form method="POST">. Create a free account for a PostMe Intake at /intake/your-id before you put this on a live site — the email-in-URL path is the demo.
Three steps
- 01
Create an Intake
Sign up and copy /intake/your-id onto your site. /submit/your@email is the no-account demo — it publishes the inbox.
- 02
Confirm once
First submit sends a link to your inbox. Click it to turn on delivery.
- 03
Get mail
Each submission arrives with Reply-To set. Hit reply.
One email per submission
Reply-To filled in. Just hit reply.
New submission · Contact form
You received a new message via your form on yoursite.com:
- Name
- Jane Doe
- jane@example.com
- Message
- Hi! I came across your portfolio and would love to chat about a small project. Are you taking on new clients next month?
Plain email — searchable, forwardable, yours.
A working form
Same pattern as above. For a live site, create an Intake and use /intake/your-id— don't publish your inbox in the URL. See the docs for redirects, JavaScript, and Intakes.
<form action="https://api.postme.dev/submit/you@example.com" method="POST"> <input type="text" name="name" placeholder="Name" required /> <input type="email" name="email" placeholder="Email" required /> <textarea name="message" placeholder="Message" required></textarea> <button type="submit">Send</button> </form>
Just the email part
No CRM upsells. Email, webhook, Discord, auto-reply. Forms in, mail out.
Static sites
HTML, Astro, Hugo, Next — anything that can POST a form.
No lock-in
Submissions arrive as plain email. Reply, forward, export — leave whenever.
Free tier
200 submissions/mo without an account. 500/mo on the free Hobby plan (email + webhook). Pro is $10/mo.
Spam protection
Honeypot, rate limits, inbox confirmation, and optional Turnstile on public /submit.
Try it with your inbox
Confirm once, send a test, see the email land.