mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Doc'd send_email() behavior when from_email is None.
This commit is contained in:
parent
c226c6cb32
commit
235b681351
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue