Opened 10 years ago
Closed 10 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 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
| Has patch: | set |
|---|---|
| Needs documentation: | set |
comment:5 by , 10 years ago
| Needs documentation: | unset |
|---|
Thanks, please don't forget to modify the "Has patch", "Needs documentation", etc. flags as necessary.
comment:6 by , 10 years ago
Will do - I wasn't sure if it was my place to change those. Will do so next time :).
comment:7 by , 10 years ago
| Patch needs improvement: | set |
|---|
comment:8 by , 10 years ago
| 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