﻿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
27465	Allow EmailMessage to load attachments from the Storage API	Thomas Güttler	nobody	"From the docs: https://docs.djangoproject.com/en/dev/topics/email/#emailmessage-objects

The constructor of EmailMessage takes this as parameter `attachments`

> attachments: A list of attachments to put on the message. 
> These can be either email.MIMEBase.MIMEBase instances, or (filename, content, mimetype) triples.

Thank you for exposing this API, but I think it could be simpler.

A team mate and I think that it would be nice if you could pass in the file name to the file in the file-system: Example /tmp/random123/xyz.pdf

Maybe optional with a verbose name ('/tmp/random123/xyz.pdf', 'invoice.pdf')

Before starting to code, I want to know if patches for this would get accepted.

"	New feature	new	Core (Mail)	1.10	Normal				Accepted	0	0	0	0	0	0
