summaryrefslogtreecommitdiff
path: root/tests/mail/test_sendtestemail.py
AgeCommit message (Collapse)Author
2025-03-21Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.Mike Edmunds
Previously, the ADMINS and MANAGERS settings were lists of (name, address) tuples (where the name had been unused). Deprecated use of tuples. Updated settings value sanity checks, and changed from ValueError to ImproperlyConfigured.
2024-01-24Added test for the sendtestemail command when no recipients are given.Baptiste Mispelon
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-06-22Fixed #24970 -- Added --managers and --admins options to the sendtestemail ↵Rolo
management command.
2015-03-20Removed unused imports.Tim Graham
2015-03-20Adapted sendtestemail to be more argparse-ishClaude Paroz
2015-03-20Removed unused import.Tim Graham
2015-03-20Used testing domain names in mail tests per rfc2606.Tim Graham
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent