type SMTPRecipientsRefused
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
SMTPException --+
|
SMTPRecipientsRefused
All recipient addresses refused.
The errors for each recipient are accessible through the attribute
'recipients', which is a dictionary of exactly the same sort as
SMTP.sendmail() returns.
__init__(self,
recipients)
(Constructor)
|
|
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
- Overrides:
exceptions.BaseException.__init__
- (inherited documentation)
|