No backend, no account, no server required. Connect any HTML form to email in minutes. Works with plain HTML, React, Vue, Next.js and every static site builder.
A complete form backend and email API — the easiest way to add a working contact form to any static website without server-side code.
Point your HTML form's action to our endpoint. No JavaScript, no npm, no server required. The fastest form backend setup for any static website.
Accept any field names. Works with HTML forms, fetch/axios calls from React or Vue, and JSON POST. Unlimited custom fields supported out of the box.
Powered by Postfix + OpenDKIM with full DKIM, SPF and DMARC alignment. Form submissions land in inboxes, not spam folders.
Our form backend API integrates with all static site builders and JavaScript frameworks — no plugins needed.
Copy-paste one form tag. No Node.js, PHP, or server required. Perfect for simple HTML websites and landing pages.
POST JSON via fetch() or axios to the same endpoint. Receive JSON responses for custom success/error UI states.
Works with Gatsby, Astro, Hugo, Jekyll, Eleventy and any statically-generated website hosted anywhere.
Add a real contact form to any GitHub Pages or Netlify-hosted site — no serverless functions or build plugins needed.
Use a different hidden to field per form — route to sales@, support@, or any address instantly.
Statically exported WordPress sites lose contact form plugins — our API fills that gap instantly, no plugin needed.
No account creation, no configuration. The simplest form backend API setup you'll ever do.
Point your HTML form's action to our email API endpoint:
<form method="post" action="https://email.gosecureserver.in/api/send.php" accept-charset="utf-8">
Set your destination email with a hidden field:
<input type="hidden" name="to" value="[email protected]">
Route to different departments using different to values per form.
Use any field names. The API will automatically:
reply_to, email, or fromsubject field or auto-generate oneProduction-ready contact form. Works on any static website with zero backend code.
<form method="post" action="https://email.gosecureserver.in/api/send.php" accept-charset="utf-8"> <!-- Destination email --> <input type="hidden" name="to" value="[email protected]"> <!-- Form fields --> <input name="name" placeholder="Your name"> <input name="email" type="email" placeholder="Your email"> <textarea name="message" required>Hi, I'd like to know more...</textarea> <!-- Optional custom subject --> <input type="hidden" name="subject" value="New Contact Form Submission"> <!-- Spam protection honeypot (keep hidden) --> <div style="display:none"> <input name="hp_email" type="text" value=""> </div> <button type="submit">Send Message</button> </form>
Test our form backend instantly — enter your email and hit send. You'll receive a real email in seconds.
Posts to the live production endpoint. Enter your real email address to receive a test message.
Plain HTML works without JS. Need custom UI? POST JSON to the same endpoint and get JSON responses — perfect for React, Vue, or vanilla fetch().
Use a real, active domain for the to field. Keep messages concise. PTR/rDNS is set to email.gosecureserver.in for maximum inbox trust.
Add a hidden hp_email honeypot field. Bots fill it automatically and submissions get silently discarded. Real users never see it.
Everything you need to know about our HTML form backend and email API.