Opened 16 years ago
Closed 16 years ago
#10286 closed (wontfix)
Get EmailMessage.content_subtype default value from settings.py
Reported by: | ajcontreras | Owned by: | nobody |
---|---|---|---|
Component: | Core (Mail) | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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 EmailMessage is 'plain', so I can't use rich html templates right now, just text, and I don't want to override PasswordResetForm class. Then, the question is: is it possible to change this property to get value from settings.py, like encoding?.
Thanks.
Change History (2)
comment:1 by , 16 years ago
milestone: | post-1.0 |
---|
comment:2 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
You may not want to override PasswordResetForm
, but that's what you should do here, anyway. This isn't worth adding Yet Another Setting for something this simple.
Milestone post-1.0 deleted