API that forwards contact submission forms to mailgun
https://github.com/derek-adair/flask-email-proxy.git
MG_DOMAIN:STRING - Find your list of domains here MG_TO:STRING - Where you want the emails to be sent to. MGKEY:STRING - os.getenv('MGKEY', "REPLACEMEYOUR_KEY") FRONTEND_URI:STRING - used for CORS whitelist
pip install -r requirements.txt && \
python app.py
`