Opened 18 years ago
Closed 17 years ago
#3605 closed (fixed)
[patch] Give send_email content type definition, for sending html mails (not only plain)
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Mail) | Version: | dev |
Severity: | Keywords: | html mail plain | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It's a easy improvement for permit sending HTML emails.
I know there are several tickets on Django email system that looks like this (for MIME attachments and so), for example #1541, #2007, #2897 and #3307. This ticket is more simple than others, and I think is useful and don't need a design decision like the others.
I added a patch.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | mail.py.patch added |
---|
comment:1 by , 18 years ago
Needs documentation: | set |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:2 by , 18 years ago
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It is important. Hope to patch it in django trunk.