#35514: Dictionary based EMAIL_PROVIDERS settings
-----------------------------------------+------------------------
               Reporter:  Jacob Rief     |          Owner:  nobody
                   Type:  New feature    |         Status:  new
              Component:  Uncategorized  |        Version:  dev
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 As discussed in https://groups.google.com/g/django-
 developers/c/R8ebGynQjK0/m/Tu-o4mGeAQAJ and during the sprints at Django
 Con Europe 2024 (Carton Gibson, Natalia Bidart, Jacob Rief), we now have
 consensus that we want to add this feature, even though this proposal has
 been rejected in https://code.djangoproject.com/ticket/22734 10 years ago.

 Reason for this change of opinion is that nowadays developers want to use
 different email backends and that the number of configuration settings for
 email providers has been steadily growing over the years.

 So we want to replace all the settings starting with `EMAIL_...`and
 replace them against a dictionary based approach such as:

 {{{
 EMAIL_PROVIDERS = {
     "default": {
         "BACKEND": "…",
         "HOST":  "…",
         ...
     },
 }
 }}}
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35514>
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018ffc3c7fb2-3c85b67c-5546-46d9-b44f-01f93066f18b-000000%40eu-central-1.amazonses.com.

Reply via email to