Skip to main content.

Email Client

Today we will go over the Python APIs for composing and sending email messages. We will discuss MIME and SMTP based on Chapters 9 and 10 of the Goerzen book.

To get started, here is a Python module implementing a GUI for a simple mail user agent as described in the programming exercises at the end of Chapter 3 in the textbook: lab07/muaGUI.py

Related Links