Error during connection establishment.
| 131 | """The SMTP server didn't accept the data.""" |
| 132 | |
| 133 | class SMTPConnectError(SMTPResponseException): |
| 134 | """Error during connection establishment.""" |
| 135 | |
| 136 | class SMTPHeloError(SMTPResponseException): |
| 137 | """The server refused our HELO reply.""" |