Web UI for Mongo Mail Server
Project description
Demo:
Login: admin@example.net
Password: password
Screenshots
Bootswatch themes
Messages Statistics
Country Map
Multi Top Ten
Messages Tables
Messages Search
Messages show
Metrics tables
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mongo-mail-web-0.1.1.zip
.
File metadata
- Download URL: mongo-mail-web-0.1.1.zip
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd1cb25b289e856a9fc102484bf4d53fe812b305675c014162f47ea815c4edbe |
|
MD5 | 35c5a3cde180d326944ad8192687d6ce |
|
BLAKE2b-256 | 030b4c31628d972163615939be60b013c81de92f8176c646005c4188b33ef1df |