class documentation

class RelayerMixin: (source)

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

View In Hierarchy

Undocumented

Method get​Mail​Data Undocumented
Method get​Mail​From Undocumented
Method get​Mail​To Undocumented
Method load​Messages Undocumented
Method sent​Mail 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.
Instance Variable messages Undocumented
Instance Variable names Undocumented
def getMailData(self): (source)

Undocumented

def getMailFrom(self): (source)

Undocumented

def getMailTo(self): (source)

Undocumented

def loadMessages(self, messagePaths): (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.
messages: list = (source)

Undocumented

names: list = (source)

Undocumented