t.m.s.SMTPConnectError(SMTPClientError) : class documentation

Part of twisted.mail.smtp View Source View In Hierarchy

Failed to connect to the mail exchange host.

This is considered a fatal error. A retry will be made.
Method __init__

Inherited from SMTPClientError:

Method __str__ Undocumented
def __init__(self, code, resp, log=None, addresses=None, isFatal=True, retry=True): (source)
ParameterscodeThe SMTP response code associated with this error.
respThe string response associated with this error.
logA string log of the exchange leading up to and including the error. (type: str )
isFatalA boolean indicating whether this connection can proceed or not. If True, the connection will be dropped.
retryA 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.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.