From 1d1e950289f7260774ac5aea67268f84161d413c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 30 Jun 2007 11:01:05 +0000 Subject: Document smtp.SMTPAuthenticationError. (backport from rev. 56129) --- Doc/lib/libsmtplib.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 3d74dd8..2e41373 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -74,6 +74,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 -- cgit v0.12