Opened 9 years ago

Closed 9 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 Rolo, 9 years ago

Owner: changed from nobody to Rolo
Status: newassigned

comment:2 by Rolo, 9 years ago

Have created a pull request at https://github.com/django/django/pull/4867

comment:3 by Tim Graham, 9 years ago

Has patch: set
Needs documentation: set

comment:4 by Rolo, 9 years ago

Have added some docs.

comment:5 by Tim Graham, 9 years ago

Needs documentation: unset

Thanks, please don't forget to modify the "Has patch", "Needs documentation", etc. flags as necessary.

comment:6 by Rolo, 9 years ago

Will do - I wasn't sure if it was my place to change those. Will do so next time :).

comment:7 by Tim Graham, 9 years ago

Patch needs improvement: set

comment:8 by Tim Graham, 9 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:9 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In e7b4bd4:

Fixed #24970 -- Added --managers and --admins options to the sendtestemail management command.

Note: See TracTickets for help on using tickets.
Back to Top