#10286: Get EmailMessage.content_subtype default value from settings.py ------------------------------+--------------------------------------------- Reporter: ajcontreras | Owner: nobody Status: new | Milestone: post-1.0 Component: django.core.mail | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ------------------------------+--------------------------------------------- I want to propose a new feature.I want to use my own password reset html template (password_reset_email.html) but the default ''content_subtype'' for [http://code.djangoproject.com/browser/django/trunk/django/core/mail.py#L197 EmailMessage] is 'plain', so I can't use rich html templates right now, just text, and I don't want to override [http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/forms.py#L111 PasswordResetForm] class. Then, the question is: is it possible to change this property to get value from settings.py, like [http://code.djangoproject.com/browser/django/trunk/django/core/mail.py#L234 encoding]?.
Thanks. -- Ticket URL: <http://code.djangoproject.com/ticket/10286> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
