Class t.m.r.RelayerMixin:

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

Known subclasses: twisted.mail.relay.ESMTPRelayer, twisted.mail.relay.SMTPRelayer

No class docstring
Method loadMessages Undocumented
Method getMailFrom Undocumented
Method getMailTo Undocumented
Method getMailData Undocumented
Method sentMail Since we only use one recipient per envelope, this
def loadMessages(self, messagePaths): (source)
Undocumented
def getMailFrom(self): (source)
Undocumented
def getMailTo(self): (source)
Undocumented
def getMailData(self): (source)
Undocumented
def sentMail(self, code, resp, numOk, addresses, log): (source)
Since we only use one recipient per envelope, this will be called with 0 or 1 addresses. We probably want to do something with the error message if we failed.
API Documentation for twisted, generated by pydoctor.