class documentation

class twisted.mail.relaymanager.ManagedRelayerMixin: (source)

Known subclasses: twisted.mail.relaymanager.ESMTPManagedRelayer, twisted.mail.relaymanager.SMTPManagedRelayer

View In Hierarchy

SMTP Relayer which notifies a manager

Notify the manager about successful mail, failed mail and broken connections

Method __init__ Undocumented
Instance Variable manager Undocumented
Property factory Undocumented
Method factory.setter Undocumented
Method sentMail called when e-mail has been sent
Method connectionLost called when connection is broken
Instance Variable _factory Undocumented
manager = (source)

Undocumented

@property
factory = (source)
@factory.setter
def factory(self, value): (source)

Undocumented

_factory = (source)

Undocumented

def sentMail(self, code, resp, numOk, addresses, log): (source)

called when e-mail has been sent

we will always get 0 or 1 addresses.

def connectionLost(self, reason=connectionDone): (source)

called when connection is broken

notify manager we will try to send no more e-mail

ParametersreasonUndocumented (type: Failure)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.