Opened 17 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: msaelices@… 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)

mail.py.patch (1.8 KB ) - added by msaelices@… 17 years ago.

Download all attachments as: .zip

Change History (4)

by msaelices@…, 17 years ago

Attachment: mail.py.patch added

comment:1 by Gary Wilson <gary.wilson@…>, 17 years ago

Needs documentation: set
Triage Stage: UnreviewedDesign decision needed

comment:2 by henry3, 17 years ago

It is important. Hope to patch it in django trunk.

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5548]) Added support for creating multipart/alternative email messages. Also allow
tweaking of main body MIME subtype for brave people. Fixed #3605.

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