﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35514	Dictionary based EMAIL_PROVIDERS settings	Jacob Rief	Mike Edmunds	"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"":  ""…"",
        ...        
    },
}
}}}
"	New feature	assigned	Core (Mail)	dev	Normal			Mike Edmunds Hrushikesh Vaidya Adam Johnson Jacob Rief	Accepted	1	0	0	1	0	0
