Authentication error. Most probably the server didn't accept the username/password combination provided.
| 135 | """The server refused our HELO reply.""" |
| 136 | |
| 137 | class SMTPAuthenticationError(SMTPResponseException): |
| 138 | """Authentication error. |
| 139 | |
| 140 | Most probably the server didn't accept the username/password |
| 141 | combination provided. |
| 142 | """ |
| 143 | |
| 144 | def quoteaddr(addrstring): |
| 145 | """Quote a subset of the email addresses defined by RFC 821. |
no outgoing calls
no test coverage detected
searching dependent graphs…