mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Document smtp.SMTPAuthenticationError.
This commit is contained in:
parent
a37bd0f4a9
commit
6eed49f919
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ A nice selection of exceptions is defined as well:
|
||||||
The server refused our \samp{HELO} message.
|
The server refused our \samp{HELO} message.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
|
\begin{excdesc}{SMTPAuthenticationError}
|
||||||
|
SMTP authentication went wrong. Most probably the server didn't accept
|
||||||
|
the username/password combination provided.
|
||||||
|
\end{excdesc}
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
\seerfc{821}{Simple Mail Transfer Protocol}{Protocol definition for
|
\seerfc{821}{Simple Mail Transfer Protocol}{Protocol definition for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue