https://github.com/mr-destructive/emns_sqlite
https://github.com/mr-destructive/emns_sqlite
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-destructive/emns_sqlite
- Owner: Mr-Destructive
- Created: 2021-10-09T12:41:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T22:27:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T20:37:27.586Z (over 1 year ago)
- Language: Python
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Email Notification System
A Web Application designed for sending and scheduling Emails. Once created an account, you can send mails, add attachment files, schedule mail to multiple recipients.
## Objectives
* Send Emails
* Sned Scheduled Emails
* Send Bulk Scheduled Emails
## Objectives completed
1. Send Emails
2. Send Bulk Emails
## TODO
1. Schedule Emails.
2. Add Edit/Delete Emails before Scheduled time.
3. Grouped Scheduling.
## Pre-requisites:
- [Python Environment along with PIP](https://www.python.org/downloads/)
## Installation Setup:
1. Clone the repository and `cd emns_sqlite`
2. Run
For Windows:`script.bat`
For Linux/macOS : `bash script.sh`
3. Done!