Skip to main content

Web UI for Mongo Mail Server

Project description

Number of PyPI downloads Development Status Latest Version License Supported Python versions

Demo:

Screenshots

Bootswatch themes

http://espace-groupware.com/docs/mongo-mail/img/mongo-mail-web-dashboards-mini.png

Messages Statistics

http://espace-groupware.com/docs/mongo-mail/img/dashboard-default-tb.png

Country Map

http://espace-groupware.com/docs/mongo-mail/img/dashboard-country-tb.png

Multi Top Ten

http://espace-groupware.com/docs/mongo-mail/img/dashboard-top-ten-tb.png

Messages Tables

http://espace-groupware.com/docs/mongo-mail/img/message-table-tb.png

Messages show

http://espace-groupware.com/docs/mongo-mail/img/show-message-tb.png

Metrics tables

http://espace-groupware.com/docs/mongo-mail/img/metrics-table-tb.png

Installation

Without Docker

Required:

  • MongoDB Server

  • Mongo Mail Server

  • Python 2.7.6+ (< 3.x)

  • python-gevent 1.0+

  • recent setuptools and pip installer

  • Nginx (optionnal)

Installation:

$ pip install --process-dependency-links mongo-mail-web

OR

$ git clone https://github.com/srault95/mongo-mail-web.git && cd mongo-mail-web
$ pip install --process-dependency-links .

$ mongo-mail-web --help

Create admin user:

$ mongo-mail-web create-superadmin

With Docker

In progress…

See demonstration environment: Mongo Mail Demo

Configuration With Environment

MMW_SETTINGS

Module Setting

Default: mongo_mail_web.settings.Prod

# with command mode
$ export MMW_SETTINGS=mongo_mail_web.settings.Prod

# with docker environ
$ docker run -e MMW_SETTINGS=mongo_mail_web.settings.Prod

# with command arguments
$ mongo-mail-web -c mongo_mail_web.settings.Prod <CMD>

MMW_MONGODB_URI

Default: mongodb://localhost/message

http://docs.mongodb.org/manual/reference/connection-string/

MMW_SUPERADMIN_EMAIL and MMW_SUPERADMIN_PASSWORD

Default: admin@example.net / password

Configuration With local_settings

# local_settings.py in PYTHONPATH or current Path
SECRET_KEY = "A1234"
$ mongo-mail-web -c mongo_mail_web.settings.Custom <CMD>

TODO

  • Tests

  • Wizard configuration

  • Websocket

  • Outsourcing jobs to celery to share with Mongo Mail Server

  • Specifics features for Filter mode, Turing Filter, Quarantine…

  • Purge task

  • PDF Exporting

  • Mail Reporting

  • Rest API

Contributing

To contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mongo-mail-web-0.1.1.zip (1.8 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page