#31885: Update SMTP Email Backend to use an SSLContext.
-------------------------------+-----------------------------------------
Reporter: Luis Saavedra | Owner: Luis Saavedra
Type: Bug | Status: assigned
Component: Core (Mail) | Version: dev
Severity: Normal | Resolution:
Keywords: SSL | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
-------------------------------+-----------------------------------------
Comment (by Carlton Gibson):
So
[https://github.com/django/django/pull/13305#pullrequestreview-625047316
conclusion on the PR] is that we should add the option to accept the
parameters for an SSLContext on EmailBackend but **not** add them as
settings. (The default is to use the system CA certs which is what most
people want/need.)
We will then recommend subclassing in the docs for more control.
At the same time we should deprecate EMAIL_SSL_CERTFILE and
EMAIL_SSL_KEYFILE for the same reasons.
--
Ticket URL: <https://code.djangoproject.com/ticket/31885#comment:5>
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.6cc0b7d11887b9802bbb7448286e2213%40djangoproject.com.