Working email using Javascript, Django, Python and SQL.
Functionalities:
Send Mail:
- Allows users to send emails with the inputs: recipients, subject and body
Mailbox:
-Stores all mail that the user logged in recieved
View Email:
- Clicking on an email allows the user to see the body of the email
-lets users reply to the sender with the subject Re : "subject"
Archive:
- Users can archive an email to remove it from their inbox folder
Images: