On 12/21/2018, PostMail encountered a catastrophic failure which brought the site offline erased all data. You will need to sign up and retrieve a new access token to continue using the service. We apologize for the inconvenience.

Create a contact form in seconds

No backend required. Perfect for static sites.

Step 1: Get your access token (it will be emailed to you)
Step 2: Copy & Paste Custom Generated Code
    
        
<form action="http://postmail.invotes.com/send"
    method="post" id="email_form">

    <input type="text" name="subject" placeholder="Subject" />
    <textarea name="text" placeholder="Message"></textarea>
    <input type="hidden" name="access_token" value="abc123" />
     
    <input type="hidden" name="success_url" value="." />
    <input type="hidden" name="error_url" value=".?err=1" />
    
    <input id="submit_form" type="submit" value="Send" />
    
</form>
    

    
Step 3: Done

Get started now, finish in seconds

Enter your email to receive your access token