class documentation
class SmartHostESMTPRelayingManager(SmartHostSMTPRelayingManager): (source)
Constructor: SmartHostESMTPRelayingManager(queue, maxConnections, maxMessagesPerConnection)
A smart host which uses ESMTP managed relayers to send messages from the relay queue.
Instance Variable | factory |
A callable which creates a factory for creating a managed relayer. See ESMTPManagedRelayerFactory.__init__ for parameters to the callable. |
Inherited from SmartHostSMTPRelayingManager
:
Method | __getstate__ |
Create a representation of the non-volatile state of this object. |
Method | __init__ |
Initialize a smart host. |
Method | __setstate__ |
Restore the non-volatile state of this object and recreate the volatile state. |
Method | check |
Check the state of the relay queue and, if possible, launch relayers to handle waiting messages. |
Constant | PORT |
The port over which to connect to the SMTP server. |
Instance Variable | f |
Positional arguments for SMTPManagedRelayerFactory.__init__ . |
Instance Variable | f |
Keyword arguments for SMTPManagedRelayerFactory.__init__ . |
Instance Variable | managed |
A mapping of factory for a managed relayer to filenames of messages the managed relayer is responsible for. |
Instance Variable | max |
See __init__ . |
Instance Variable | max |
See __init__ . |
Instance Variable | mxcalc |
A resource for mail exchange host lookups. |
Instance Variable | queue |
See __init__ . |
Method | _cb |
Initiate a connection with a mail exchange server. |
Method | _check |
Undocumented |
Method | _eb |
Prepare to resend messages later. |
A callable which creates a factory for creating a managed relayer. See ESMTPManagedRelayerFactory.__init__
for parameters to the callable.