From 0c2ffdd526ff0f0015628821c77fbee15960eaef Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Mon, 29 Apr 2019 18:48:00 +0200 Subject: [PATCH] Fixed an example of email with display name in EmailMessage.from_email. --- docs/topics/email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `` forms are legal. If omitted, the + ``"Fred" `` forms are legal. If omitted, the :setting:`DEFAULT_FROM_EMAIL` setting is used. * ``to``: A list or tuple of recipient addresses.