#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 GitHub <noreply@…>):
In [changeset:"cdad96e6330cd31185f7496aaf8eb316f2773d6d" cdad96e6]:
{{{
#!CommitTicketReference repository=""
revision="cdad96e6330cd31185f7496aaf8eb316f2773d6d"
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.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27131#comment:9>
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.68b2481ce674ee08b3863feec6a0d2a1%40djangoproject.com.