diff options
author | Georg Brandl <georg@python.org> | 2007-06-30 11:01:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-06-30 11:01:01 (GMT) |
commit | 6eed49f919e5f2f6657a45f38a7ed227221d8c69 (patch) | |
tree | 3792a40a312612e3a229910ed46e167fc511fd8c /Doc/lib | |
parent | a37bd0f4a9094539e6c28c18bfefa05859397782 (diff) | |
download | cpython-6eed49f919e5f2f6657a45f38a7ed227221d8c69.zip cpython-6eed49f919e5f2f6657a45f38a7ed227221d8c69.tar.gz cpython-6eed49f919e5f2f6657a45f38a7ed227221d8c69.tar.bz2 |
Document smtp.SMTPAuthenticationError.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libsmtplib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 370b7ce..a76799b 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -113,6 +113,10 @@ A nice selection of exceptions is defined as well: The server refused our \samp{HELO} message. \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} \seerfc{821}{Simple Mail Transfer Protocol}{Protocol definition for |