https://github.com/aadewunmi/emailadministrationsystem
A Console-Based, Menu Driven Email Administration System. Its purpose is: 1. To create user email address / password, 2. Store user information in a text file, 3. Retrieve user information from a text file.
https://github.com/aadewunmi/emailadministrationsystem
email-administration-application java-8
Last synced: 7 months ago
JSON representation
A Console-Based, Menu Driven Email Administration System. Its purpose is: 1. To create user email address / password, 2. Store user information in a text file, 3. Retrieve user information from a text file.
- Host: GitHub
- URL: https://github.com/aadewunmi/emailadministrationsystem
- Owner: AAdewunmi
- Created: 2022-03-24T11:59:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T11:56:29.000Z (over 3 years ago)
- Last Synced: 2025-01-25T06:11:36.717Z (9 months ago)
- Topics: email-administration-application, java-8
- Language: Java
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Administration System
## 1. What is the project?
A Console-Based, Menu Driven Email Administration System, built using Java 8.
Its purpose is:
1. To create user email address / password,
2. Store user information in a text file,
3. Retrieve user information from a text file.## 2. Installing:
1. Clone the repo
```
https://github.com/AAdewunmi/EmailAdministrationSystem.git
```2. Open Project Folder
3. Explore (or run) the project. Main class is `/emailapplication/EmailApplication`.
Enjoy 😎
## 3. Screenshots of Main Menu:

## 4. Future Plans:
1. User Interface (UI)
2. Database to store email addresses and passwords