summaryrefslogtreecommitdiff
path: root/tests/mail/test_backends.py
AgeCommit message (Expand)Author
2026-06-03Fixed CVE-2026-7666 -- Delayed setting SMTP connection until fully configured.Jake Howard
2026-05-14Refs #36664 -- Updated SMTP EmailBackend tests for Python 3.15.Mike Edmunds
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2026-05-08Refs #35514 -- Decoupled settings from functional EmailBackend tests.Mike Edmunds
2026-05-06Refs #35514 -- Added error for missing EMAIL_FILE_PATH setting.Mike Edmunds
2026-05-06Refs #35514 -- Added missing mail tests.Mike Edmunds
2026-05-06Refs #35514 -- Simplified mail tests.Mike Edmunds
2026-05-06Refs #35514 -- Cleaned up mail tests.Mike Edmunds
2026-04-11Fixed #36953 -- Split EmailBackend tests to separate file.Mike Edmunds