Simple Mailgun GUI to send emails via Mailgun
It is written in Flask with SQLalchemy(MySQL)
Huge thanks for awesome Bootstrap 4 Admin theme to https://github.com/modularcode/modular-admin-html (Gevorg Harutyunyan, Aram Manukyan, David Tigranyan)
Usage :
- Install inside venv :
virtualenv venv ; source venv/bin/activatewith command :pip install -r requirements.txt - Rename app/config.py.example to app/config.py. Edit and add db connection information
- Run
python db_seed.pyto create database tables and example data - Run app with your favorite app server, navigate to your hostname and port 8090 (or custom defined on app server) and login as : admin@example.com / admin

