email

Stdlib — NetworkingPython 2.0+Advanced

Construct, parse, and manipulate email messages

Quick Info

Documentation
Official Docs
Python Version
2.0+
Dependencies
None — Python Standard Library
Install
Included with Python

Learn by Difficulty

Quick Example

python
# email module
print("The email module handles email messages")
print("  email.message - EmailMessage class")
print("  email.mime - MIME types")
print("  email.parser - parse email strings")

The email module is part of Python's standard library. Construct, parse, and manipulate email messages.

Try in Playground

Tags

stdlibnetworkinginternet