LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
255 stars 81 forks source link

Cannot add attachments to mail message - only files from filesystem #42

Closed katomaso closed 8 years ago

katomaso commented 8 years ago

Many applications are generating files in-memory and want to pass them on-the-fly. It would be impolite to bother the OS and HDD just for attaching a picture to your emails. Please add option for attachments.