MCPcopy 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
2import smtplib
3
4# Import the email modules we'll need

Callers

nothing calls this directly

Calls 6

EmailMessageClass · 0.90
send_messageMethod · 0.80
openFunction · 0.50
set_contentMethod · 0.45
readMethod · 0.45
quitMethod · 0.45

Tested by

no test coverage detected