#27131: send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method
-----------------------------+---------------------------------------------
Reporter: Slava | Owner: nobody
Type: Bug | Status: closed
Component: Core (Mail) | Version: dev
Severity: Normal | Resolution: fixed
Keywords: send_mail | Triage Stage: Ready for checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+---------------------------------------------
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"8ab95364b5182fd702478289f98b01d16a21016e" 8ab9536]:
{{{
#!CommitTicketReference repository=""
revision="8ab95364b5182fd702478289f98b01d16a21016e"
[4.0.x] Refs #27131 -- Removed SMTPBackendTests.test_server_login().
test_server_login() was a regression test for a crash when passing
Unicode strings to SMTP server using CRAM-MD5 method on Python 2.
Python 2 is no longer supported and test_server_login() passes even
without FakeSMTPChannel.smtp_AUTH() because
smtplib.SMTPAuthenticationError is raised when AUTH is not implemented.
Backport of cdad96e6330cd31185f7496aaf8eb316f2773d6d from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27131#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.f2d3dd048dc0f9e37f2b0c1691b1b6bc%40djangoproject.com.