diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index f785747..ccc993b 100644
a
|
b
|
SMTP backend
|
401 | 401 | |
402 | 402 | This is the default backend. E-mail will be sent through a SMTP server. |
403 | 403 | The server address and authentication credentials are set in the |
404 | | :setting:`EMAIL_HOST`, :setting:`EMAIL_POST`, :setting:`EMAIL_HOST_USER`, |
| 404 | :setting:`EMAIL_HOST`, :setting:`EMAIL_PORT`, :setting:`EMAIL_HOST_USER`, |
405 | 405 | :setting:`EMAIL_HOST_PASSWORD` and :setting:`EMAIL_USE_TLS` settings in your |
406 | 406 | settings file. |
407 | 407 | |