mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Important fix mentioned by The Dragon De Monsyne: the sendmail()
method does _not_ disconnect the connection when it throws a SMTPHeloError!
This commit is contained in:
parent
eda80eae36
commit
6ed122a334
1 changed files with 1 additions and 2 deletions
|
@ -144,8 +144,7 @@ when at least one recipient was accepted).
|
|||
\item \exception{SMTPHeloError}
|
||||
|
||||
The server didn't reply properly to
|
||||
the helo greeting. The connection has
|
||||
been closed.
|
||||
the helo greeting.
|
||||
|
||||
\item \exception{SMTPSenderRefused}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue