Opened 8 years ago
Closed 8 years ago
#24970 closed New feature (fixed)
Add option to sendtestmail command to email MANAGERS or ADMINS
Reported by: | Tim Graham | Owned by: | Rolo |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
e.g. django-admin sendtestmail --managers
would add settings.MANAGERS
to the list of recipients. from_email
should be set to settings.SERVER_EMAIL
in both cases.
Change History (9)
comment:1 Changed 8 years ago by
Owner: | changed from nobody to Rolo |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Has patch: | set |
---|---|
Needs documentation: | set |
comment:5 Changed 8 years ago by
Needs documentation: | unset |
---|
Thanks, please don't forget to modify the "Has patch", "Needs documentation", etc. flags as necessary.
comment:6 Changed 8 years ago by
Will do - I wasn't sure if it was my place to change those. Will do so next time :).
comment:7 Changed 8 years ago by
Patch needs improvement: | set |
---|
comment:8 Changed 8 years ago by
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note: See
TracTickets for help on using
tickets.
Have created a pull request at https://github.com/django/django/pull/4867