Receive submissions from any static HTML form without writing backend code. Generate an API key, add it to your form action and we'll deliver the submission to your inbox.
<form
action="https://api.example.com/mail?api_key=YOUR_API_KEY"
method="POST">
<input name="name" />
<input name="email" />
<textarea name="message"></textarea>
<button>Send</button>
</form>