Skip to content

modelga/MailgunMailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailgunMailer

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 :

  1. Install inside venv : virtualenv venv ; source venv/bin/activate with command : pip install -r requirements.txt
  2. Rename app/config.py.example to app/config.py. Edit and add db connection information
  3. Run python db_seed.py to create database tables and example data
  4. 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

About

Simple Mailgun GUI to send emails via Mailgun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors