summaryrefslogtreecommitdiff
path: root/docs/email.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/email.txt')
-rw-r--r--docs/email.txt7
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()
===========