Searched refs:mailhost (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/logging/ |
D | handlers.py | 999 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/ |
D | logging.handlers.rst | 833 .. 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,
|
D | logging.config.rst | 601 mailhost: localhost
|