Home
last modified time | relevance | path

Searched refs:SMTPHandler (Results 1 – 9 of 9) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
Drpm_logging_config.py24 class SuspendableSMTPHandler(logging.handlers.SMTPHandler):
/external/autotest/site_utils/suite_scheduler/
Dsuite_scheduler.py136 handler = logging.handlers.SMTPHandler(server,
/external/python/cpython2/Doc/library/
Dlogging.handlers.rst609 SMTPHandler chapter
612 The :class:`SMTPHandler` class, located in the :mod:`logging.handlers` module,
616 .. class:: SMTPHandler(mailhost, fromaddr, toaddrs, subject, credentials=None, secure=None)
618 Returns a new instance of the :class:`SMTPHandler` class. The instance is
Dlogging.config.rst516 class: logging.handlers.SMTPHandler
714 class=handlers.SMTPHandler
/external/python/cpython2/Lib/logging/
Dhandlers.py872 class SMTPHandler(logging.Handler): class
Dconfig.py724 elif issubclass(klass, logging.handlers.SMTPHandler) and\
/external/python/cpython2/Doc/howto/
Dlogging.rst893 #. :class:`~handlers.SMTPHandler` instances send messages to a designated
/external/python/cpython2/Misc/
DNEWS7748 - logging: Added optional "secure" parameter to SMTPHandler, to enable use of
11240 - Added an optional credentials argument to SMTPHandler, for use with
11492 SMTPHandler.emit. Now, only ImportError is trapped.
DHISTORY2587 - logging.handlers.SMTPHandler.date_time has been removed;