python-emails icon indicating copy to clipboard operation
python-emails copied to clipboard

Quit SMTP connection on failed login

Open codeZeilen opened this issue 8 months ago • 0 comments

This is a slight improvement to the SMTPClient. Currently the client does not gracefully quit the connection when authentication fails. While the socket is eventually closed on GC, this could be done earlier by explicitly quitting.

(Found while testing python-emails in RosettaTest)

codeZeilen avatar Apr 24 '25 13:04 codeZeilen