﻿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
24659	Docs of backends.smtp.EmailBackend: use_tls default should be False, not None	Thomas Güttler	nobody	"https://docs.djangoproject.com/en/1.8/topics/email/#smtp-backend

I don't understand why the defaults of the constructor are different from the defaults of the settings:

use_tls=None
use_ssl=None

The defaults of the settings are ""False"". Which is more intuitive since it is a boolean (AFAIK).

"	Cleanup/optimization	closed	Documentation	1.8	Normal	fixed			Accepted	1	0	0	0	0	0
