§ Contact-form backend / v1
Forms that just send you the message.
Point any HTML form at one URL. We receive the submission, filter the spam, and email it to you, DKIM-signed so it actually lands. No server, no SMTP, no backend code.
<form action="https://forms.vastrox.com/f/8kd2p" method="POST">
<input type="email" name="email" required>
<textarea name="message"></textarea>
<button>Send</button>
</form>Live in three steps.
The whole integration is one URL. No library, no build step, no server on your side.
CREATE
Create a form
Sign up free and get a unique endpoint URL. Takes about ten seconds, with no config and no DNS.
forms.vastrox.com/f/8kd2pPASTE
Point your form at it
Set your form’s action to the endpoint and use method="POST". Every named field is captured.
<form action="…"
method="POST">RECEIVE
Get the message
Each submission is emailed to you, stored in your inbox, spam-filtered, and can fire a webhook.
200 · delivered
to your inbox ✓A real form backend, not just an email relay.
All of this is on the free plan. Built to be premium from the first submission.
[ DELIVERABILITY ]
Email notifications
Every submission arrives as a clean, formatted email you can reply to directly.
[ SPAM ]
Spam protection
Honeypot, timing traps, content heuristics, and disposable-email detection catch bots before they reach you.
[ CAPTCHA ]
Captcha when you want it
Turn on Cloudflare Turnstile per form for a friction-light challenge. Off by default.
[ UPLOADS ]
File uploads
Accept attachments with multipart/form-data. Type and size validated, delivered with the email.
[ WEBHOOKS ]
Webhooks
Forward each submission as JSON to Zapier, Make, Slack, Discord, or your own API. SSRF-guarded.
[ ROUTING ]
Redirect & success pages
Send visitors to your own thank-you page, or show a custom success message. Per form.
[ INBOX ]
Submission inbox
Everything stored and searchable in your dashboard, so nothing is lost. Export to CSV.
[ SECURITY ]
Domain locking
Restrict a form to your own domain so nobody can hijack your endpoint from another site.
[ SIGNED · DELIVERABLE-BY-DEFAULT ]
Notifications that actually reach the inbox.
Every email we send on your behalf is DKIM-signed and SPF-aligned from vastrox.com infrastructure. That is the single biggest reason form mail lands in the inbox instead of the spam folder, and you configure nothing.
Drop it into whatever you are building.
HTML contact form →
Make a plain HTML form send email, no backend.
02PHP form not sending →
Skip the broken mail() function for good.
03WordPress forms →
Fix wp_mail delivery without an SMTP plugin.
04Static site form →
Netlify, GitHub Pages, Hugo, Jekyll, plain HTML.
05File upload form →
Accept attachments with zero server code.
06Webhook form →
Push submissions to Zapier, Slack, or your API.
07Formspree alternative →
A free option when you hit the paywall.
08SMTP contact form →
Authenticated, signed delivery to the inbox.
VASTROX Forms vs a typical form service.
The difference is what you get on the free tier and how it connects to the rest of your stack.
| Capability | VASTROX Forms | Typical service |
|---|---|---|
| Free hosted backend | ✓ | ✓ |
| Monthly submissions (free) | 50 | 50 |
| Spam protection + honeypot | ✓ | ✓ |
| File uploads on free tier | ✓ | paid |
| Webhooks on free tier | ✓ | paid |
| DKIM-signed delivery | ✓ | varies |
| Send from your own domain | ✓ | no |
| Files in your own Drive | ✓ | no |
Free to start. More when you host with VASTROX.
Free
For a personal site, portfolio, or a single contact form.
- 1 form
- 50 submissions / month
- Email notifications
- Spam protection & honeypot
- Cloudflare Turnstile captcha
- File uploads (5 MB)
- Submission inbox + CSV export
- Webhooks
- Redirect & custom success
- “Powered by VASTROX” credit
Pro
For VASTROX customersUnlimited forms and higher limits for people already on VASTROX.
- Unlimited forms
- 10,000 submissions / month
- Everything in Free
- Files in VASTROX Drive (25 MB)
- Send from VASTROX Mail
- Custom SMTP
- Team inbox
- Form-to-ticket
- No “Powered by” credit
- Priority support
Add a form to your site in the next five minutes.
Free plan, no credit card, no server. Just change one URL.