Home
last modified time | relevance | path

Searched refs:SMTPAuthenticationError (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dsmtplib.py59 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
139 class SMTPAuthenticationError(SMTPResponseException): class
662 raise SMTPAuthenticationError(code, resp)
706 SMTPAuthenticationError The server didn't accept the username/
746 except SMTPAuthenticationError as e:

Completed in 2 milliseconds