diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-05-16 20:39:14 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-05-16 20:39:14 +0000 |
| commit | e1184016a29b90694e3624d646b35b9d4aa4756e (patch) | |
| tree | f15b0c5f1ccd0f22b132b97403304263da579fb9 /docs/email.txt | |
| parent | 93937ed38a828e0f252fb25614516593ec7b9ab0 (diff) | |
multi-auth: Merged to [2919]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@2921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/email.txt')
| -rw-r--r-- | docs/email.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/email.txt b/docs/email.txt index b38b855cb3..37a4f38a5e 100644 --- a/docs/email.txt +++ b/docs/email.txt @@ -19,6 +19,13 @@ In two lines:: send_mail('Subject here', 'Here is the message.', 'from@example.com', ['to@example.com'], fail_silently=False) + +.. note:: + + The character set of email sent with ``django.core.mail`` will be set to + the value of your `DEFAULT_CHARSET setting`_. + +.. _DEFAULT_CHARSET setting: ../settings/#DEFAULT_CHARSET send_mail() =========== |
