From: Georg Brandl Date: Sat, 30 Jun 2007 11:01:01 +0000 (+0000) Subject: Document smtp.SMTPAuthenticationError. X-Git-Tag: v2.6a1~1592 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eed49f919e5f2f6657a45f38a7ed227221d8c69;p=python Document smtp.SMTPAuthenticationError. --- diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 370b7cebc5..a76799b709 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