Skip to content

pombredanne/formsender

 
 

Repository files navigation

Formsender

travis

Formsender is a WSGI app that accepts a POST request from a form and emails the contents in a formatted message to a configurable address. Formsender can be deployed using a WSGI server of your choice.

Deploy

To deploy Formsender, set it up in a persistent environment with the dependencies described in setup.py installed.

The file conf.py.dist contains the settings Formsender needs to run. Copy the contents into a new file named conf.py in the same directory. These settings can be changed to reflect your setup. Explanations of what each setting does can be found in the [documentation] (http://formsender.readthedocs.org/en/latest/).

Formsender is a WSGI application. For help with deploying a WSGI app you can take a look at the uWSGI and Gunicorn documentation.

To set up a development instance, check out the [Formsender usage documentation] (http://formsender.readthedocs.org/en/latest/usage.html)

About

Simple script to email form submissions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.2%
  • HTML 1.6%
  • Makefile 1.2%