Form email notifications — every submission in your inbox, instantly
No SMTP server. No SendGrid setup. Every submission lands in your inbox within 30 seconds, with reply-to set to the sender so you can reply with one click.
Email Notifications
- ✓Zero SMTP setup — no SendGrid, no DKIM, no DNS changes required
- ✓Reply-to set to the sender — hit Reply in Gmail or Outlook to respond directly
- ✓Custom subject lines and from_name per form, with {{ field }} interpolation
Email Notifications in splitforms, shipped to production.
No SMTP server. No SendGrid setup. Every submission lands in your inbox within 30 seconds, with reply-to set to the sender so you can reply with one click.
splitforms emails you the contents of every form submission within 30 seconds of someone clicking Submit, with zero setup. There is no SMTP server to configure, no SendGrid API key to rotate, no DKIM record to copy into your DNS. Notifications arrive from a deliverability-tuned splitforms address (warmed IP pool, SPF + DKIM aligned) with reply-to set to whatever email the user entered in the form, so you can read the message in Gmail or Outlook and hit Reply once to write back to the sender directly. Customise the subject line per form (interpolate any submitted field with double-brace syntax — 'New lead from {{ name }}'), brand the from-name ('YourSite contact form'), and optionally redirect the user to a thank-you page after submit instead of returning JSON. Add up to ten CC and BCC recipients per form in the dashboard, and configure conditional routing — applications go to careers@, support requests to help@, partnership requests to bd@ — based on a hidden field or the value of any input. Notifications work alongside webhooks, Slack, Sheets, and Notion in parallel; you don't have to pick one. On Pro and the $59 4-year plan you can move the from-address to your own domain (one CNAME and a DKIM TXT record). If you ever want to disable emails entirely (you only need the dashboard or a webhook), one toggle does it without losing any submission data — everything is still saved and replayable.
email-notifications.html · live preview
Three steps. From zero to a working production setup.
How email notifications actually flows through splitforms — what you do, what we do, and what lands in your inbox.
Sign up at splitforms.com and grab your access key
Create an account, create a form, copy the access key shown on the form's Setup tab. The notification email defaults to the address you signed up with — you can change or add more recipients in Settings → Notifications.
Drop the form into your site (HTML, React, anything)
Add a standard <form action='https://splitforms.com/api/submit' method='POST'> with your access_key in a hidden input. Optional: add hidden 'subject' (supports {{ field }} placeholders), 'from_name' (branded sender), 'redirect' (thank-you URL), and 'replyto' inputs to customise the notification.
Receive every submission in your inbox in under 30 seconds
Submissions arrive as a clean key-value email with the form name in the subject, the sender's address in reply-to, and a deep link back to the dashboard for the full submission view (including IP, country, user agent, and any uploaded files). Add CC/BCC recipients in the dashboard if the whole team should be copied.
Why teams pick splitforms for email notifications.
Five reasons this is the boring, reliable choice — every one shipped by default on every plan, including free.
Zero SMTP setup — no SendGrid, no DKIM, no DNS changes required
Reply-to set to the sender — hit Reply in Gmail or Outlook to respond directly
Custom subject lines and from_name per form, with {{ field }} interpolation
Up to 10 CC/BCC recipients per form — copy the whole team or your CRM auto-forwarder
Conditional routing — different submissions to different inboxes based on field values
Auto-responder to the submitter — send a templated thank-you email on every submission, free on every plan
Drop this into any project.
Replace YOUR_ACCESS_KEY with the key from your splitforms dashboard. No SDK install. No package to npm i. The same html you already know.
Things developers ask before they integrate.
Direct answers, no marketing fluff. Missing one? Email hello@splitforms.com.
Start using email notifications today.
Create your form, grab your access key, and ship it in five minutes. Free for 1,000 submissions per month, forever.
