﻿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
15163	The send-mass-mail section contains a wrong example	metal	nobody	"Hi!

I found one bug in the send-mass-mail section.
http://docs.djangoproject.com/en/dev/topics/email/#send-mass-mail

The 'from' element is a bad string.

Bad:

{{{
message1 = ('Subject here', 'Here is the message', 'from@example.com, ['first@example.com', 'other@example.com'])
}}}

Correct:

{{{
message1 = ('Subject here', 'Here is the message', 'from@example.com', ['first@example.com', 'other@example.com'])
}}}

Cheers."		closed	Documentation	1.2		fixed	send-mass-mail		Unreviewed	1	0	0	0	0	0
