class documentation

SMTP Relayer which notifies a manager

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

Method __init__ Undocumented
Method connectionLost called when connection is broken
Method factory.setter Undocumented
Method sentMail called when e-mail has been sent
Instance Variable manager Undocumented
Property factory Undocumented
Instance Variable _factory Undocumented
def connectionLost(self, reason: Failure = connectionDone):

called when connection is broken

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

@factory.setter
def factory(self, value):

Undocumented

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

called when e-mail has been sent

we will always get 0 or 1 addresses.

manager =

Undocumented

@property
factory =
_factory =

Undocumented