Receive emails from your contact form in seconds
All it takes is a simple form action 👇
https://submit.email?to=john.smith@email.com
- ✅ No sign-up needed
- ✅ Built-in spam protection
- ✅ 100 free emails per month
Upgrade an email address to unlock unlimited emails for a one-off fee of £7.99
Examples
To apply a subject to your emails you can make use of a subject input like so:
<form action="https://submit.email?to=john.smith@email.com" method="POST">
<input type="hidden" name="subject" value="My Subject" />
<form>
To redirect after a submission you can supply a redirect input containing a url:
<form action="https://submit.email?to=john.smith@email.com" method="POST">
<input type="hidden" name="redirect" value="https://mywebsite.com/path" />
<form>
Pricing & Limits
Each unique email address used in the `to` value of a request is limited to 100 emails per month.
Upgrade an email address to unlock unlimited emails for a one-off fee of £7.99
Troubleshooting
If you're not receiving emails please ensure your form has `method="POST"` set.