Just a quick note for myself as I will work on this subject. Attachments work with [absolute path](https://github.com/novapost/django-mail-factory/blob/master/mail_factory/mails.py#L123) instead of relative ones and use bulltin `open` from python instead of `storage.open`.
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
openfrom python instead ofstorage.open.