diff --git a/Projects/2-Intermediate/CLI-Email-Utility.md b/Projects/2-Intermediate/CLI-Email-Utility.md new file mode 100644 index 00000000..5e58c216 --- /dev/null +++ b/Projects/2-Intermediate/CLI-Email-Utility.md @@ -0,0 +1,20 @@ +# CLI-Email Utility + +**Tier:** 2-Intermediate + +Create a command-line utility that allows users to send and recieve Emails from their personal email account. + +## User Stories + +- [ ] User can run the command along with their saved email credentials, and message. +- [ ] User will then see a `sent` or `error` message pop up. + +## Bonus Featues + +- [ ] Message can be read from a inputted file and sent. +- [ ] Pretty messages can be sent. Meaning things like: subject, attached files, and different fonts. +- [ ] Implement a GUI into the terminal with email functionalities. + +##Example Projects + +[Send Emails](https://github.com/pazz/alot)