﻿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
30058	Make SMTP EmailBackend.send_messages() return 0 rather than None for empty/error cases	Denis Stebunov	nobody	"In its current version, EmailBackend.send_messages() would return None if no messages were sent due to a connection error, or a number of sent messages otherwise.

The proposal is to return 0 instead of None so that this method always returns an integer. As far as I can see, other built-in email backends in Django always return an integer.

PR available: [https://github.com/django/django/pull/10784]"	Bug	closed	Core (Mail)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
