summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorLoek van Gent <loek@1procentclub.nl>2015-03-07 13:55:59 +0100
committerTim Graham <timograham@gmail.com>2015-03-20 12:03:50 -0400
commitd898ba1bec588450d591ebd5076993f96d05eb24 (patch)
tree04d40bad0735180546fbc8f0eb7bec3fd2cd3b2a /docs/ref
parent55f12f8709f0604df7e1817a4c114ead1fb9a311 (diff)
Fixed #24419 -- Added sendtestemail management command
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index a354bdb045..e9dbe4b746 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -875,6 +875,18 @@ By default, the development server doesn't serve any static files for your site
you want to configure Django to serve static media, read
:doc:`/howto/static-files/index`.
+sendtestemail
+-------------
+
+.. django-admin:: sendtestemail
+
+.. versionadded:: 1.9
+
+Sends a test email (to confirm email sending through Django is working) to the
+recipient(s) specified. For example::
+
+ django-admin sendtestemail foo@example.com bar@example.com
+
shell
-----