Error during connection establishment.
| 129 | """The SMTP server didn't accept the data.""" |
| 130 | |
| 131 | class SMTPConnectError(SMTPResponseException): |
| 132 | """Error during connection establishment.""" |
| 133 | |
| 134 | class SMTPHeloError(SMTPResponseException): |
| 135 | """The server refused our HELO reply.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…