mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed an example of email with display name in EmailMessage.from_email.
This commit is contained in:
parent
fc2536fe66
commit
0c2ffdd526
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ All parameters are optional and can be set at any time prior to calling the
|
|||
* ``body``: The body text. This should be a plain text message.
|
||||
|
||||
* ``from_email``: The sender's address. Both ``fred@example.com`` and
|
||||
``Fred <fred@example.com>`` forms are legal. If omitted, the
|
||||
``"Fred" <fred@example.com>`` forms are legal. If omitted, the
|
||||
:setting:`DEFAULT_FROM_EMAIL` setting is used.
|
||||
|
||||
* ``to``: A list or tuple of recipient addresses.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue