Receive an email every time your web form is submitted, serverless.
No back end needed for your contact form or landing page,
no script, no captcha, no SMTP server.
1.Set up a form on your website:
You can use any fields you want, including any number of files (up to 20 MB total per submission).
For example, a contact form with fields email, name, message and resume:
<form
action="https://www.form-to-email.com/api/s/YOUR_FORM_ID"
method="POST"
enctype="multipart/form-data"
>
Email address: <input type="email" name="email" />
Name: <input type="text" name="name" />
Message: <textarea name="message"></textarea>
Resume: <input type="file" name="resume" />
<button>Submit</button>
</form>2.Define a form-to-email template:
You can use any field included in the form:
To:
you-or-someone-else@domain.comReply To:
{{email}}Subject: 👋
{{name}} wants to get in touchBody:
{{name}} has a message for you:{{message}}The file uploaded in the
resume field will be attached to the email.3.Let us do the rest.
Every time someone submits the form, form-to-email will send the email to you (or your client).
Meanwhile, spambots will be blocked before reaching your inbox.
You will also have a tabular view of all data submitted through the form.
This data will remain confidential and not shared to any third party except the email-sending service.
Get started
no credit card asked, see pricing