twisted.mail.smtp.SMTPClientError(SMTPError)
class documentationtwisted.mail.smtp
View Source
(View In Hierarchy)
Known subclasses: twisted.mail.smtp.ESMTPClientError, twisted.mail.smtp.SMTPConnectError, twisted.mail.smtp.SMTPDeliveryError, twisted.mail.smtp.SMTPProtocolError, twisted.mail.smtp.SMTPTimeoutError
Base class for SMTP client errors.
Parameters | code | The SMTP response code associated with this error. |
resp | The string response associated with this error. | |
log | A string log of the exchange leading up to and including the error. (type: bytes ) | |
isFatal | A boolean indicating whether this connection can proceed or not. If True, the connection will be dropped. | |
retry | A boolean indicating whether the delivery should be retried. If True and the factory indicates further retries are desirable, they will be attempted, otherwise the delivery will be failed. |