[Python-checkins] r56129 - python/trunk/Doc/lib/libsmtplib.tex

georg.brandl python-checkins at python.org
Sat Jun 30 13:01:02 CEST 2007


Author: georg.brandl
Date: Sat Jun 30 13:01:01 2007
New Revision: 56129

Modified:
   python/trunk/Doc/lib/libsmtplib.tex
Log:
Document smtp.SMTPAuthenticationError.


Modified: python/trunk/Doc/lib/libsmtplib.tex
==============================================================================
--- python/trunk/Doc/lib/libsmtplib.tex	(original)
+++ python/trunk/Doc/lib/libsmtplib.tex	Sat Jun 30 13:01:01 2007
@@ -113,6 +113,10 @@
   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


More information about the Python-checkins mailing list