]> granicus.if.org Git - python/commitdiff
Document smtp.SMTPAuthenticationError.
authorGeorg Brandl <georg@python.org>
Sat, 30 Jun 2007 11:01:01 +0000 (11:01 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Jun 2007 11:01:01 +0000 (11:01 +0000)
Doc/lib/libsmtplib.tex

index 370b7cebc54f3f991b393bef5df79bfc34b427ef..a76799b709f9b22afcd451dbd0395156d49d9592 100644 (file)
@@ -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