1. Create an interactive CLI that prompts users to enter the following: - **subject** - the email subject or title - **message** - the email text content - **recipient/s** - list of email addresses of the email recipient/s 2. The CLI should have an option for sending the email message to the recipient/s. - Reset the CLI's **subject**, **message** and **recipients** objects after successfully sending the email message. - Display error, warning and success logs. 3. The CLI should have an option that allows users to edit their "unsent" email **subject**, **message** and **recipients**. 4. The CLI should have an option that allows users to exit <img width="844" height="731" alt="Image" src="https://github.com/user-attachments/assets/0dbd2df9-29ae-4ab8-a3b1-060703cf820e" /> [interactive-cli.drawio](https://github.com/user-attachments/files/22984178/interactive-cli.drawio)
Create an interactive CLI that prompts users to enter the following:
The CLI should have an option for sending the email message to the recipient/s.
The CLI should have an option that allows users to edit their "unsent" email subject, message and recipients.
The CLI should have an option that allows users to exit
interactive-cli.drawio