Forms that send leads.
One line of HTML. Submissions land in your inbox.
https://www.postme.dev/submit/
Paste into action= on your <form method="POST">. Create a free account for a PostMe Intake at /intake/your-id with higher limits and webhooks.
Three steps
- 01
Paste your URL
Try /submit/your@email with no account, or create one for a PostMe Intake at /intake/your-id.
- 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 URL as above. Add fields however you like. Redirects & JS in the docs.
<form action="https://www.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. No abandoned side projects. 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. 1000/mo on the free Hobby plan (email + webhook).
Spam protection
Honeypot, rate limits, and inbox confirmation on first use.
Try it with your inbox
Confirm once, send a test, see the email land.