class documentation

class SMTPBadRcpt(SMTPAddressError): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented

Inherited from SMTPAddressError:

Method __str__ Undocumented
Instance Variable addr Undocumented

Inherited from SMTPServerError (via SMTPAddressError):

Instance Variable code Undocumented
Instance Variable resp Undocumented
def __init__(self, addr, code=550, resp='Cannot receive for specified address'): (source)