Email Subscription Tool A lightweight, shell-script-based email subscription tool designed for quick and efficient handling of user email subscriptions. This tool enables users to subscribe, unsubscribe, and view the email list through command-line prompts a>
Features:
Subscription Management: Allows users to subscribe or unsubscribe from a mailing list.
Simple Interface: Command-line prompts make it easy to add, remove, or view subscribers.
File Storage: Stores all subscribed emails in a single text file for easy management and integration with other applications. Requirements
Unix/Linux shell (e.g., Bash)
Basic permissions for file read/write operations
Installation
git clone https://github.com/dewon7562/EmailSubscriber.git cd EmailSubscriber chmod +x Torgot.sh sudo bash Torgot.sh