Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ email-simple.py
File
email-simple.py
Doc/includes/email-simple.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Import smtplib for the actual sending function
2
import
smtplib
3
4
# Import the email modules we'll need
Callers
nothing calls this directly
Calls
6
EmailMessage
Class · 0.90
send_message
Method · 0.80
open
Function · 0.50
set_content
Method · 0.45
read
Method · 0.45
quit
Method · 0.45
Tested by
no test coverage detected