Email Client

Email Client Application
With the use of Python libraries such as smtplib and imaplib, the application offers users the functionality to both receive and send email messages.

Important note:

To use email from within the application, an initial configuration is required. Users need to change SMTP and IMAP server details in the config.json file.

For example Gmail uses smtp.gmail.com and imap.gmail.com as server adresses, but also requires creating separate authentication credentials in the security settings. For more information on this process you can go to this website. Different email service providers might have different rules, so look it up before using the app.


Check it out on GitHub