MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / sendmail

Method sendmail

Lib/smtplib.py:654–741  ·  view source on GitHub ↗

This command performs an entire mail transaction. The arguments are: - from_addr : The address sending this mail. - to_addrs : A list of addresses to send this mail to. A bare string will be treated as a list with 1 address.

(self, from_addr, to_addrs, msg, mail_options=[],
                 rcpt_options=[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

mainFunction · 0.95
_deliverMethod · 0.95
emitMethod · 0.95
email-mime.pyFile · 0.80
email-simple.pyFile · 0.80
smtplib.pyFile · 0.80

Calls 10

has_extnMethod · 0.95
mailMethod · 0.95
rsetMethod · 0.95
rcptMethod · 0.95
dataMethod · 0.95
SMTPSenderRefusedClass · 0.85
SMTPDataErrorClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected