Send Emails Like Never Before

Free email sending service!



Send Emails With Ease

No redirects, No ads, no captcha. Just emails.


Always free!

Easy to use!

Great for static websites!

Why Use Form Sender?


Form Sender lets you send emails hassle free. If you are using a static website, don't know php or have lots of different contact forms you can use form sender to send them all. Just send your form to our URL and we will do the rest, no PHP or javascript required on your side! Form Sender is perfect for static websites which can't support PHP so just send it to us.

To use Form Sender you must sign up using the sign up button in the menu. You must sign up as it helps us to reduce any abuse of this service. As we have an obligation to ensure that no spam email is sent from our servers we require that you have to sign up using the email you would like to send emails to. We DO NOT keep any copies of emails - your emails are deleted from our sent folder every minute. This may change in the future if Form Sender is being used for illeagal purposes.

Basic Usage


To use Form Sender simply make your HTML form with as many elements as you want. You can include inputs, textareas, selects and more. Once you have created your HTML form you need to add two hidden inputs, one for the email address you would like the form to go to and one for the page that you want to re-direct to after the form has been successfully submitted. You then need to ensure that the form's action is to the correct address.

Example:

  • 1. Create your form using any form tags that you want
  • 2. Set the form's action to the correct link (https://formsender.000webhostapp.com/server.php)
  • 3. Add two inputs, one for the EMAILTO and one for the GOTO, ensure that you put the correct details in
  • 4. Test your email out and see if it works
              
<form action="https://formsender.000webhostapp.com/server.php" method="POST" id="form">

  <input type="hidden" type="text" name="EMAILTO" value="[YourName@gmail.com]">
  <input type="hidden" type="text" name="GOTO" value="[WhereyouwantyourpagetoGo]">

  <input type="text" name="name" required>
  <input type="text" name="email" required>
  <textarea name="comments" rows="5" cols="50"></textarea>

  <input type="submit" value="Submit" id="submitButton">

</form>
              
           

You can have as many inputs as you want. If you are interested in more advanced usage, go see the documentation.

Pricing

Basic
Free!
Unlimited Emails!
Some Advanced Features
Basic Bot Protection
-
-
-
-
Pro
Also Free!**
Unlimited Emails
Invisible Emails
Advanced Bot Protection
All Advanced Features
Attachments in Emails
Custom Instance (+$5/month)
Use a custom from address *


Features
  • Advanced Feautres - Allows the use of advanced features like adding attachments to submissions, multiple cc and bbc, custom subject and more!
  • Invisible Emails - You no longer require to put your email in the EMAILTO part of the form. Instead you will be given a bunch of strings which will act as your email address. This results in increased privacy and your email won't be visible to people inspecting your site
  • Custom instance - A custom instance would involve this software being deployed on your own server so that you are not using the same server address as everyone else. This would result in quicker email times as well as increased security

  • * To use a custom email address you must provide the email authentication details.
  • ** Some features are not finsished or complete yet.

Get Started!

Get started by reading the documentation or copying the example above! Make sure that you sign up and create an account. If you have any problems please contact me. Below is an example contact form!




This isn't actually required, you can leave this blank.


Form Sender is maintained and created by Dylan Turner

This website is hosted on Github Pages


Last Updated: 7/9/2018, Created 21/4/2018

Version 0.0.5