diff options
| author | Loek van Gent <loek@1procentclub.nl> | 2015-03-07 13:55:59 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-20 12:03:50 -0400 |
| commit | d898ba1bec588450d591ebd5076993f96d05eb24 (patch) | |
| tree | 04d40bad0735180546fbc8f0eb7bec3fd2cd3b2a /docs | |
| parent | 55f12f8709f0604df7e1817a4c114ead1fb9a311 (diff) | |
Fixed #24419 -- Added sendtestemail management command
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 12 | ||||
| -rw-r--r-- | docs/releases/1.9.txt | 3 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
3 files changed, 15 insertions, 1 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 ----- diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 20589c8fd6..bce55085ef 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -146,7 +146,8 @@ Internationalization Management Commands ^^^^^^^^^^^^^^^^^^^ -* ... +* The new :djadmin:`sendtestemail` command lets you send a test email to + easily confirm that email sending through Django is working. Models ^^^^^^ diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index e9fe8cdfec..78480713fb 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -682,6 +682,7 @@ screenshots sdist semimajor semiminor +sendtestemail serializability serializable serializer |
