Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsamirhn/delimail
https://github.com/itsamirhn/delimail
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsamirhn/delimail
- Owner: itsamirhn
- Created: 2022-07-10T18:21:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T17:58:16.000Z (about 2 years ago)
- Last Synced: 2023-03-04T22:36:00.812Z (over 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```