This is a python cgi script designed to run under apache.
Requirements:
- Python 3 (2 will probably work but has not been tested)
- Apache webserver
- Python cgi library
- Python Requests library
- cgitb (optional - for debugging)
- Mailgun account and domain to send email from
- reCaptcha api key
An example can be found here. The key is "maauer". the key is used to prevent spamming from random people (as it can be changed easily) and the captcha is used to protect against bots.
I am so embarressed by this project one year later