A emailing server written for sending newsletters to users of a service
These are the current function that need to be written
Function | Status |
---|---|
Add email to database | ✔️ |
Remove email from database | ✔️ |
Start mailing job | ✔️ |
Execute mailing job | ✔️ |
Start daemon | ✔️ |
Stop daemon | ✔️ |
Main function | ✔️ |
systemd service | ✔️ |
Store jobs in database | ✔️ |
Automatically listen on port for email | ✔️ |
Man Page | ❌ |
The documentation can be found here, this includes an installation guide, usage guide and how to contribute to the project!