summaryrefslogtreecommitdiff
path: root/docs/topics/email.txt
AgeCommit message (Expand)Author
2026-04-16Refs #35514 -- Cleaned up email docs.Mike Edmunds
2026-04-16Refs #35514 -- Added "Configuring email" section to email docs.Mike Edmunds
2026-04-16Refs #35514 -- Moved and renamed "Sending multiple emails" in email docs.Mike Edmunds
2026-04-16Refs #35514 -- Moved get_connection() after backends in email docs.Mike Edmunds
2026-04-15Refs #35514 -- Corrected email backends' outline levels in email docs.Mike Edmunds
2026-04-15Refs #35514 -- Moved EmailMessage class up in email docs.Mike Edmunds
2026-04-15Refs #35514 -- Grouped sending-related features in email docs.Mike Edmunds
2026-04-15Refs #35514 -- Moved email docs examples to relevant section.Mike Edmunds
2026-04-15Fixed broken link in email docs.Mike Edmunds
2026-04-15Fixed incomplete comment in email docs.Natalia
2026-03-16Corrected signature for EmailMessage.message() in email topics docs.Mike Edmunds
2026-03-16Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs.Praful Gulani
2026-02-09Fixed #36908 -- Removed unnecessary "fail_silently" param from quick example ...SnippyCodes
2025-12-08Refs #35581 -- Fixed email image inline attachment example.Adam Johnson
2025-11-06Added community package email backends mention to docs.Tim Schilling
2025-09-17Added backticks to email addresses in docs.Mariusz Felisiak
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-09-15Fixed #36591 -- Removed unnecessary dotted paths in email docs.Dani Fornons
2025-09-12Fixed #36597 -- Corrected directives for functions from email module in docs.Mridul Dhall
2025-09-05Fixed #36524 -- Enabled docs cross references to EmailMessage methods.Mike Edmunds
2025-09-05Removed redundant directive in email docs.Mike Edmunds
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-07-25Fixed #35581 -- Updated django.core.mail to Python's modern email API.Mike Edmunds
2025-07-25Fixed typo in docs/topics/email.txt.Mike Edmunds
2025-07-17Refs #36163 -- Reordered EmailMessage options in docs/topics/email.txt.Mike Edmunds
2025-07-17Fixed #36163 -- Deprecated most positional arguments in django.core.mail.Mike Edmunds
2025-07-17Fixed get_connection() signature in docs/topics/email.txt.Mike Edmunds
2025-01-28Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.Mariusz Felisiak
2024-10-30Fixed #35864 -- Documented EmailMessage.connection is ignored when using send...Mike Edmunds
2024-09-11Added example of email sending with additional capabilities to docs/topics/em...Ronny V.
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-08-05Refs #35537 -- Improved documentation and test coverage for email attachments...Jake Howard
2024-06-21Fixed #35528 -- Added EmailMultiAlternatives.body_contains() helper method.Ronny Vedrilla
2024-06-21Cleaned up EmailMultiAlternatives docs.Sarah Boyce
2024-06-20Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.a...Jake Howard
2024-06-18Restructured the EmailMultiAlternatives docs.Sarah Boyce
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-04-28Added backticks to code literals in various docs.David
2022-02-12Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.Claude Paroz
2021-09-21Fixed broken links and redirects in docs.Mariusz Felisiak
2021-08-09Fixed some broken links and redirects in docs.Jacob Walls
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-02-23Fixed #32471 -- Doc'd the return value of EmailMessage.send().Hasan Ramezani
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-05-13Used :mimetype: role in various docs.Nick Pope
2020-04-30Doc'd send_email() behavior when from_email is None.Adrian D'Alessandro