class documentation

class SMTPAddressError(SMTPServerError): (source)

Known subclasses: twisted.mail.smtp.SMTPBadRcpt, twisted.mail.smtp.SMTPBadSender

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable addr Undocumented

Inherited from SMTPServerError:

Instance Variable code Undocumented
Instance Variable resp Undocumented
def __init__(self, addr, code, resp): (source)
def __str__(self): (source)

Undocumented

Returns
strUndocumented
addr = (source)

Undocumented