﻿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
29535	"Errors in ""Sending email"" documentation"	José L. Patiño Andrés	nobody	"There are a couple of errors in the [https://docs.djangoproject.com/en/2.0/topics/email/ ""Sending email""] documentation page. 

The ""attachments"" instructions always says the attachments can be ""either `email.MIMEBase.MIMEBase` instances, or (filename, content, mimetype) triples."". Turns out the `email.MIMEBase.MIMEBase` module does not exist, and the correct one is [https://docs.python.org/3/library/email.mime.html#email.mime.base.MIMEBase `email.mime.base.MIMEBase`].

Error can be found in [https://github.com/django/django/blob/master/docs/topics/email.txt#L275 this] and [https://github.com/django/django/blob/master/docs/topics/email.txt#L330 this] lines of the documentation."	Uncategorized	new	Documentation	2.0	Normal				Unreviewed	0	0	0	0	0	0
