I will be sending pdfs generated from django and would like to email them but without writing them to the filesystem.

I can generate the pdf to a buffer but django.core.mail seems to only handle attachments that are specified as a filename. Is it possible to give it a file-like object instead?

Thanks,
Michael

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to