This is a Python email application built upon SMTP protocol. It features the ability to send emails to multiiple users and add an attachment to the email. To email, you need to go to Google Apps and get a password. Login to the python script using your gmail and the password generated by Google.
For all users ensure you download tkinter and pysimplegui using commands python/python3 -m pip install pysimplegui sudo apt-get install python3-tk
If running on windows using Ubuntu or some Linux shell follow these instructions to get started:
-
Download Xming on your windows machine and start the X server using instructions here: https://vlaams-supercomputing-centrum-vscdocumentation.readthedocs-hosted.com/en/latest/access/using_the_xming_x_server_to_display_graphical_programs.html
-
uncomment the os.environ["DISPLAY"] and enter your machines ip like so "Your_ip:0", use ipconfig in commmand prompt to get your machines ip.
If NOT RUNNING ON WINDOWS comment out the os.environ line