django-mail-factory
django-mail-factory copied to clipboard
Attachments don't work with remote backend
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.
Yes it is related to #39 as well. We should be able to give a FileLikeObject (with the read() method) instead of a path.