MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-67083.py

File recipe-67083.py

recipes/Python/67083_Send_HTML_Mail_From_Python/recipe-67083.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def createhtmlmail (html, text, subject):
2 """Create a mime-message that will render HTML in popular
3 MUAs, text in better ones"""
4 import MimeWriter

Callers

nothing calls this directly

Calls 7

createhtmlmailFunction · 0.85
openFunction · 0.50
encodeMethod · 0.45
closeMethod · 0.45
getvalueMethod · 0.45
readMethod · 0.45
quitMethod · 0.45

Tested by

no test coverage detected