Skip to content

This is a Python email application built upon the SMTP protocol. The project features the tkinter and pysimplegui libraries and runs on an Xming local server.

Notifications You must be signed in to change notification settings

rhit-bryantlj/Python-SMTP-Email-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Python SMTP Email Application

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:

  1. 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

  2. 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

About

This is a Python email application built upon the SMTP protocol. The project features the tkinter and pysimplegui libraries and runs on an Xming local server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages