API that forwards contact submission forms to mailgun. Before running make sure you have signed up for mailgun and configured with your domains settings.
This script uses environment variables;
MG_DOMAIN:STRING - Find your list of domains here MG_TO:STRING - Where you want the emails to be sent to. MG_KEY:STRING - os.getenv('MG_KEY', "REPLACE_ME_YOUR_KEY") FRONTEND_URI:STRING - used for CORS whitelist
pip install -r requirements.txt && \
python app.py
``