Django

Code

Ticket #3605 (closed: fixed)

Opened 2 years ago

Last modified 1 year ago

[patch] Give send_email content type definition, for sending html mails (not only plain)

Reported by: msaelices@yaco.es Assigned to: adrian
Milestone: Component: django.core.mail
Version: SVN Keywords: html mail plain
Cc: Triage Stage: Design decision needed
Has patch: 1 Needs documentation: 1
Needs tests: 0 Patch needs improvement: 0

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

mail.py.patch (1.8 kB) - added by msaelices@yaco.es on 02/28/07 12:44:49.

Change History

02/28/07 12:44:49 changed by msaelices@yaco.es

  • attachment mail.py.patch added.

03/11/07 14:00:01 changed by Gary Wilson <gary.wilson@gmail.com>

  • needs_better_patch changed.
  • stage changed from Unreviewed to Design decision needed.
  • needs_tests changed.
  • needs_docs set to 1.

05/14/07 00:15:57 changed by henry3

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

06/27/07 07:18:05 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #3605 ([patch] Give send_email content type definition, for sending html mails (not only plain))




Change Properties
Action