MailThis.to/you@mail.com
<form action="https://mailthis.to/you@mail.com"
method="POST">
<input type="text" name="name" placeholder="Your name">
<input type="email" name="_replyto" placeholder="Your email">
<input type="submit" value="Send Email">
</form>
This code creates a simple HTML5 web form like the one above. When submitted, it will redirect to MailThis.to to send the email.
However, it doesn't protect you from spam. You'll need to Create an Alias to do that!