The server refused our HELO reply.
| 132 | """Error during connection establishment.""" |
| 133 | |
| 134 | class SMTPHeloError(SMTPResponseException): |
| 135 | """The server refused our HELO reply.""" |
| 136 | |
| 137 | class SMTPAuthenticationError(SMTPResponseException): |
| 138 | """Authentication error. |
no outgoing calls
no test coverage detected