pull/237/merge
Arnav Mehta 2 years ago committed by GitHub
commit 816ece445b
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