diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-06-27 12:19:21 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-06-27 12:19:21 +0000 |
| commit | bcb088b558df207905af2db5c5691b4148f9a1c8 (patch) | |
| tree | 3fc29e51b2902cc11c0fa0d4356addaef52e9145 /docs | |
| parent | 719a90391d1d78194f18219dd434e662465c424d (diff) | |
Trivial edit to docs from [5548].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/email.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/email.txt b/docs/email.txt index 4d010efaf3..16cf44014c 100644 --- a/docs/email.txt +++ b/docs/email.txt @@ -303,8 +303,6 @@ To send a text and HTML combination, you could write:: msg.attach_alternative(html_content, "text/html") msg.send() - - By default, the MIME type of the ``body`` parameter in an ``EmailMessage`` is ``"text/plain"``. It is good practice to leave this alone, since it guarantees that any recipient will be able to read the e-mail, regardless of their mail |
