From 235b68135172c473e022045931719f047cf3dc4a Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Tue, 28 Apr 2020 11:43:47 +0100 Subject: Doc'd send_email() behavior when from_email is None. --- docs/topics/email.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.3