Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 695 Bytes

File metadata and controls

8 lines (5 loc) · 695 Bytes

CodeClause Mail Application With GUI

  • This is a GUI Based Mail Application Using Tkinter & Smtplib Modules.

  • Tkinter: Tkinter is the de facto way in Python to create Graphical User interfaces (GUIs) and is included in all standard Python Distributions. In fact, it's the only framework built into the Python standard library.

  • Smtplib: The smtplib module defines an SMTP client session object that can be used to send mail to any internet machine with an SMTP or ESMTP listener daemon. For details of SMTP and ESMTP operation, consult RFC 821 (Simple Mail Transfer Protocol) and RFC 1869 (SMTP Service Extensions).

  • This is my golden project of codeclause internship.