Add CLI-Email-Utility Project

pull/237/head
Arnav Mehta 5 years ago committed by GitHub
parent b47cf8261f
commit 62a9b90530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save