Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsamirhn/delimail


https://github.com/itsamirhn/delimail

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# DeliMail

Self hosted email delivery system.

Send emails to everyone you want using this project, and then find who has received or read them.

## Installation

```bash
$ git clone https://github.com/itsamirhn/DeliMail.git
$ cd DeliMail
```

Then create `.env` file as similar to `.env.dist` and fill your private datas.

```bash
$ python manage.py runserver
```