Home
last modified time | relevance | path

Searched refs:mailhost (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/logging/
Dhandlers.py999 def __init__(self, mailhost, fromaddr, toaddrs, subject, argument
1018 if isinstance(mailhost, (list, tuple)):
1019 self.mailhost, self.mailport = mailhost
1021 self.mailhost, self.mailport = mailhost, None
1057 smtp = smtplib.SMTP(self.mailhost, port, timeout=self.timeout)
/third_party/python/Doc/library/
Dlogging.handlers.rst833 .. class:: SMTPHandler(mailhost, fromaddr, toaddrs, subject, credentials=None, secure=None, timeout…
838 the (host, port) tuple format for the *mailhost* argument. If you use a string,
Dlogging.config.rst601 mailhost: localhost