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 Rolo

Owner: changed from nobody to Rolo
Status: newassigned

comment:2 Changed 8 years ago by Rolo

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

comment:3 Changed 8 years ago by Tim Graham

Has patch: set
Needs documentation: set

comment:4 Changed 8 years ago by Rolo

Have added some docs.

comment:5 Changed 8 years ago by Tim Graham

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 Rolo

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 Tim Graham

Patch needs improvement: set

comment:8 Changed 8 years ago by Tim Graham

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

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

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