smtplib.SMTPResponseException

exception smtplib.SMTPResponseException(code, msg)[source]

Base class for all exceptions that include an SMTP error code.

These exceptions are generated in some instances when the SMTP server returns an error code. The error code is stored in the `smtp_code’ attribute of the error, and the `smtp_error’ attribute is set to the error message.