django-mail-factory icon indicating copy to clipboard operation
django-mail-factory copied to clipboard

Attachments don't work with remote backend

Open thoas opened this issue 12 years ago • 1 comments

Just a quick note for myself as I will work on this subject.

Attachments work with absolute path instead of relative ones and use bulltin open from python instead of storage.open.

thoas avatar Sep 13 '13 08:09 thoas

Yes it is related to #39 as well. We should be able to give a FileLikeObject (with the read() method) instead of a path.

Natim avatar Sep 13 '13 09:09 Natim