parent
b47cf8261f
commit
62a9b90530
@ -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)
|
Loading…
Reference in new issue