MCPcopy Index your code
hub / github.com/python/cpython / email-mime.py

File email-mime.py

Doc/includes/email-mime.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# Here are the email package modules we'll need.

Callers

nothing calls this directly

Calls 6

EmailMessageClass · 0.90
add_attachmentMethod · 0.80
send_messageMethod · 0.80
openFunction · 0.50
joinMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected