summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index ba8778daf8..46b1bb3ad5 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -51,7 +51,8 @@ are required.
* ``subject``: A string.
* ``message``: A string.
-* ``from_email``: A string.
+* ``from_email``: A string. If ``None``, Django will use the value of the
+ :setting:`DEFAULT_FROM_EMAIL` setting.
* ``recipient_list``: A list of strings, each an email address. Each
member of ``recipient_list`` will see the other recipients in the "To:"
field of the email message.