A factory to create an ESMTPManagedRelayer.

This factory creates a managed relayer which relays a set of messages over ESMTP and informs an attempt manager of its progress.

Instance Variable protocol A callable which returns a managed relayer for ESMTP. See ESMTPManagedRelayer.__init__ for parameters to the callable. (type: callable which returns ESMTPManagedRelayer)
Instance Variable secret See __init__
Instance Variable contextFactory See __init__
Method __init__
Method buildProtocol Create an ESMTPManagedRelayer.

Inherited from SMTPManagedRelayerFactory:

Instance Variable messages See __init__
Instance Variable manager See __init__
Instance Variable pArgs Positional arguments for SMTPClient.__init__ (type: 1-tuple of (0) bytes or 2-tuple of (0) bytes, (1), int)
Instance Variable pKwArgs Keyword arguments for SMTPClient.__init__ (type: dict)
Method clientConnectionFailed Notify the attempt manager that a connection could not be established.

Inherited from ClientFactory (via SMTPManagedRelayerFactory):

Method startedConnecting Called when a connection has been started.
Method clientConnectionLost Called when an established connection is lost.

Inherited from Factory (via SMTPManagedRelayerFactory, ClientFactory):

Class Method forProtocol Create a factory for the given protocol.
Method logPrefix Describe this factory for log messages.
Method doStart Make sure startFactory is called.
Method doStop Make sure stopFactory is called.
Method startFactory This will be called before I begin listening on a Port or Connector.
Method stopFactory This will be called before I stop listening on all Ports/Connectors.
protocol =
A callable which returns a managed relayer for ESMTP. See ESMTPManagedRelayer.__init__ for parameters to the callable. (type: callable which returns ESMTPManagedRelayer)
secret =
See __init__
contextFactory =
See __init__
def __init__(self, messages, manager, secret, contextFactory, *args, **kw): (source)
ParametersmessagesThe base filenames of messages to be relayed. (type: list of bytes)
managerAn attempt manager. (type: _AttemptManager)
secretA string for the authentication challenge response. (type: bytes)
contextFactoryAn SSL context factory. (type: None or ClientContextFactory)
argsPositional arguments for SMTPClient.__init__ (type: 1-tuple of (0) bytes or 2-tuple of (0) bytes, (1), int)
pKwArgsKeyword arguments for SMTPClient.__init__ (type: dict)
def buildProtocol(self, addr): (source)

Create an ESMTPManagedRelayer.

ParametersaddrThe address of the ESMTP server. (type: IAddress provider)
ReturnsA managed relayer for ESMTP. (type: ESMTPManagedRelayer)
API Documentation for Twisted, generated by pydoctor at 2018-04-29 21:01:12.