MCPcopy Index your code
hub / github.com/python/cpython / SMTPAuthenticationError

Class SMTPAuthenticationError

Lib/smtplib.py:137–142  ·  view source on GitHub ↗

Authentication error. Most probably the server didn't accept the username/password combination provided.

Source from the content-addressed store, hash-verified

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

Callers 1

authMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…