From d898ba1bec588450d591ebd5076993f96d05eb24 Mon Sep 17 00:00:00 2001 From: Loek van Gent Date: Sat, 7 Mar 2015 13:55:59 +0100 Subject: Fixed #24419 -- Added sendtestemail management command --- docs/ref/django-admin.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/ref') 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 ----- -- cgit v1.3