class documentation

class SMTPBadSender(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='Sender not acceptable'): (source)