1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #24419 -- Added sendtestemail management command

This commit is contained in:
Loek van Gent
2015-03-07 13:55:59 +01:00
committed by Tim Graham
parent 55f12f8709
commit d898ba1bec
6 changed files with 79 additions and 1 deletions

View File

@@ -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
^^^^^^