Opened 15 years ago

Closed 15 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 (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

comment:2 by Jacob, 15 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top