t.m.r.ManagedRelayerMixin : class documentation

Part of twisted.mail.relaymanager View Source View In Hierarchy

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

SMTP Relayer which notifies a manager

Notify the manager about successful mail, failed mail and broken connections
Method __init__ Undocumented
Method sentMail called when e-mail has been sent
Method connectionLost called when connection is broken
def __init__(self, manager): (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): (source)

called when connection is broken

notify manager we will try to send no more e-mail
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.