summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoachim Jablon <joachim.jablon@people-doc.com>2019-04-29 18:48:00 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-13 18:00:28 +0200
commit26c1214364a74b00298871ab6744e063218f36e9 (patch)
treea821fb494d2c56b1eade9cb11b241001e5d92e40 /docs
parent13e6040fd4730508a54012d23996abc3e4efd6cd (diff)
[2.2.x] Fixed an example of email with display name in EmailMessage.from_email.
Backport of 0c2ffdd526ff0f0015628821c77fbee15960eaef from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 946c5d21fe..4cd106f5bc 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -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.