MCPcopy Create free account
hub / github.com/SeldomQA/XTestRunner / send_email

Method send_email

XTestRunner/htmlrunner/runner.py:419–441  ·  view source on GitHub ↗

Send test result to email :param to: :param user: :param password: :param host: :param port: :param ssl: :param subject: :param attachments:

(
        to: Any,
        user: str,
        password: str,
        host: str,
        port: Optional[int] = None,
        ssl: bool = True,
        subject: Optional[str] = None,
        attachments: Optional[Any] = None
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

test_send_email.pyFile · 0.80

Calls 2

senderMethod · 0.95
SMTPClass · 0.90

Tested by

no test coverage detected