Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Configuration

Setup recipient email address

On Heroku

heroku config:add EMAIL_RECIPIENT=foo@bar.com

On your local machine

  1. Create file .env and add variables:

     touch .env
     echo "EMAIL_RECIPIENT=foo@bar.com" > .env
    
  2. Run with foreman:

     foreman start
    

About

A stand-alone contact form that is based on Sinatra.

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.