index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
email.txt
Age
Commit message (
Expand
)
Author
2025-11-06
[6.0.x] Added community package email backends mention to docs.
Tim Schilling
2025-09-17
[6.0.x] Added backticks to email addresses in docs.
Mariusz Felisiak
2025-09-15
Fixed #36591 -- Removed unnecessary dotted paths in email docs.
Dani Fornons
2025-09-12
Fixed #36597 -- Corrected directives for functions from email module in docs.
Mridul Dhall
2025-09-05
Fixed #36524 -- Enabled docs cross references to EmailMessage methods.
Mike Edmunds
2025-09-05
Removed redundant directive in email docs.
Mike Edmunds
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-07-25
Fixed #35581 -- Updated django.core.mail to Python's modern email API.
Mike Edmunds
2025-07-25
Fixed typo in docs/topics/email.txt.
Mike Edmunds
2025-07-17
Refs #36163 -- Reordered EmailMessage options in docs/topics/email.txt.
Mike Edmunds
2025-07-17
Fixed #36163 -- Deprecated most positional arguments in django.core.mail.
Mike Edmunds
2025-07-17
Fixed get_connection() signature in docs/topics/email.txt.
Mike Edmunds
2025-01-28
Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.
Mariusz Felisiak
2024-10-30
Fixed #35864 -- Documented EmailMessage.connection is ignored when using send...
Mike Edmunds
2024-09-11
Added example of email sending with additional capabilities to docs/topics/em...
Ronny V.
2024-08-05
Used :pypi: role in docs where appropriate.
Mariusz Felisiak
2024-08-05
Refs #35537 -- Improved documentation and test coverage for email attachments...
Jake Howard
2024-06-21
Fixed #35528 -- Added EmailMultiAlternatives.body_contains() helper method.
Ronny Vedrilla
2024-06-21
Cleaned up EmailMultiAlternatives docs.
Sarah Boyce
2024-06-20
Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.a...
Jake Howard
2024-06-18
Restructured the EmailMultiAlternatives docs.
Sarah Boyce
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-04-28
Added backticks to code literals in various docs.
David
2022-02-12
Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.
Claude Paroz
2021-09-21
Fixed broken links and redirects in docs.
Mariusz Felisiak
2021-08-09
Fixed some broken links and redirects in docs.
Jacob Walls
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-02-23
Fixed #32471 -- Doc'd the return value of EmailMessage.send().
Hasan Ramezani
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-05-13
Used :mimetype: role in various docs.
Nick Pope
2020-04-30
Doc'd send_email() behavior when from_email is None.
Adrian D'Alessandro
2020-03-25
Added additional note that tests use locmem email backend.
Adam Johnson
2019-11-06
Refs #29983 -- Added pathlib.Path support to the file email backend.
Jon Dufresne
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-06-13
Fixed an example of email with display name in EmailMessage.from_email.
Joachim Jablon
2018-06-29
Fixed #29535 -- Updated email.MIME* references for Python 3.
José L. Patiño
2018-06-02
Fixed #29430 -- Clarified send_mail()'s fail_silently docs.
Subhav Gautam
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2016-08-12
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
Michael Schwarz
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-02-12
Added import in docs/topics/email.txt example.
Camilo Nova
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
[next]