﻿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
5503	Email - Sending multiple content types.	Trey <trey@…>	nobody	"This line of code in the example:

{{{
msg = EmailMultiAlternatives(subject, text_content, from_email, to)
}}}

Should be 

{{{
msg = EmailMultiAlternatives(subject, text_content, from_email, [to])
}}}

Because the Email* classes in django always take a list of recipients to my knowledge."		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
