As part of the Django storefront app I am writing, I need to send multipart messages. The base Django mail functionality doesn’t seem to do this, at least not with my version of Python. It could be a Python bug (actually I am pretty sure it is a bug, and I’m going to followup on that as well) but I need it solved now, not at the next point release of the language.
In the meantime, I’ve made a multipart aware patch and submitted it to the Django project. They accepted my last patch so quickly, I’m curious to see whether this more "debatable need" one will be accepted.
[tags]django,MIMEMultipart[/tags]
Related posts:
- Django and authenticated smtp I just sent off my first patch for Django. It...
- Helpful Django utilities and links Two simple links which have been very helpful in doing...
- First use of the Django Magic Removal Last night I took a break from my most recent...
- Top ten reasons to use Django for your web framework Django is pulling ahead of every other web framework I’ve...
- Another win for Django One nice thing about Django is that unlike many frameworks,...
Recent Comments