diff options
| author | Mike Edmunds <medmunds@gmail.com> | 2026-06-16 07:16:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 11:16:29 -0300 |
| commit | d1f3c2bcec865e79e25e59ca0564d9eb8715f2f7 (patch) | |
| tree | 99b0521a62fe4d10a016e66a02188273f627945d | |
| parent | cd385e6b8c16b51f68c1f220ff09a4cfd679af0c (diff) | |
Fixed typo in section "Configuring email" in docs/topics/email.txt.
| -rw-r--r-- | docs/topics/email.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 3aa5284379..d52ffd12ed 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -72,8 +72,8 @@ is printed to the console as a development aid (for projects created with :djadmin:`startproject`) or results in a ``MailerDoesNotExist`` error (when the :setting:`MAILERS` setting isn't defined). -Define edit the :setting:`MAILERS` setting to tell Django how to send email. -For example, to send through an SMTP server running on the local machine:: +Use the :setting:`MAILERS` setting to tell Django how to send email. For +example, to send through an SMTP server running on the local machine:: MAILERS = { "default": { |
