Python Email App is a simple python GUI app that is used for outgoing emails. As of now the supported email clients are: UoftMail, Gmail, Outlook, and Yahoo.
To test out the app on MacOSx, download the 'dist' folder.
Modules used:
- tkinter: Python module for Graphical User Interface (GUI)
- smtplib: Python module for outgoing email services (Simple Mail Transfer Protocol)
Incoming mail system under development.