index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
email.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
1
-53
/
+72
*
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-10
1
-1
/
+3
*
Added backticks to code literals in various docs.
David
2022-04-28
1
-1
/
+1
*
Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.
Claude Paroz
2022-02-12
1
-4
/
+8
*
Fixed broken links and redirects in docs.
Mariusz Felisiak
2021-09-21
1
-1
/
+1
*
Fixed some broken links and redirects in docs.
Jacob Walls
2021-08-09
1
-1
/
+1
*
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-27
1
-1
/
+1
*
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-05-17
1
-1
/
+1
*
Fixed #32471 -- Doc'd the return value of EmailMessage.send().
Hasan Ramezani
2021-02-23
1
-1
/
+2
*
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-14
1
-4
/
+0
*
Used :mimetype: role in various docs.
Nick Pope
2020-05-13
1
-8
/
+9
*
Doc'd send_email() behavior when from_email is None.
Adrian D'Alessandro
2020-04-30
1
-1
/
+2
*
Added additional note that tests use locmem email backend.
Adam Johnson
2020-03-25
1
-0
/
+3
*
Refs #29983 -- Added pathlib.Path support to the file email backend.
Jon Dufresne
2019-11-06
1
-0
/
+4
*
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-09-06
1
-14
/
+12
*
Fixed an example of email with display name in EmailMessage.from_email.
Joachim Jablon
2019-06-13
1
-1
/
+1
*
Fixed #29535 -- Updated email.MIME* references for Python 3.
José L. Patiño
2018-06-29
1
-4
/
+4
*
Fixed #29430 -- Clarified send_mail()'s fail_silently docs.
Subhav Gautam
2018-06-02
1
-3
/
+3
*
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-12
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
1
-5
/
+0
*
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
Michael Schwarz
2016-08-12
1
-0
/
+13
*
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-06-03
1
-17
/
+49
*
Added import in docs/topics/email.txt example.
Camilo Nova
2016-02-12
1
-0
/
+2
*
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-02-01
1
-14
/
+14
*
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-16
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
1
-14
/
+0
*
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-27
1
-1
/
+1
*
Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.
Tim Graham
2015-04-20
1
-6
/
+13
*
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-02-01
1
-19
/
+9
*
Fixed #23910 -- Added reply_to parameter to EmailMessage
Martin Blech
2014-11-28
1
-1
/
+8
*
Fixed #23900 -- Added missing imports in code example.
Kevin Ndung'u
2014-11-23
1
-0
/
+1
*
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-11-03
1
-7
/
+7
*
Fixed #23461 -- Added EMAIL_TIMEOUT setting
José Padilla
2014-09-13
1
-25
/
+11
*
Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.
Andi Albrecht
2014-09-10
1
-3
/
+9
*
Fixed an instance of 'an' before a word beginning with a consonant.
Iain Dawson
2014-09-10
1
-1
/
+1
*
Fixed #22161 -- Documented send() with no recipients won't raise an exception.
oromero
2014-09-05
1
-1
/
+2
*
Fixed #22455 -- Documented return values for send_mail and send_mass_mail
Mariano Rezk
2014-04-16
1
-0
/
+5
*
Fixed #22443 -- Document smtp.EmailBackend.timeout default value
Mariano Rezk
2014-04-15
1
-0
/
+3
*
Fixed #22327 -- Turned BaseEmailBackend into a context manager
Daniel Neuhäuser
2014-03-31
1
-0
/
+15
*
Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
Tim Graham
2013-12-31
1
-3
/
+2
*
Fixed #21614 -- improved docs on configuring email for development.
Chris Jerdonek
2013-12-14
1
-11
/
+13
*
Fixed docs for EmailMessage extra_headers attribute
Tom Scholl
2013-11-08
1
-1
/
+1
*
Fixed doc typo in previous commit.
Tim Graham
2013-10-24
1
-1
/
+1
*
Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.
SusanTan
2013-10-24
1
-8
/
+30
*
Fix grammatical errors in email documentation
Dan Loewenherz
2013-10-08
1
-2
/
+2
*
Fixed #18967 -- Don't base64-encode message/rfc822 attachments.
Ramiro Morales
2013-08-20
1
-2
/
+12
*
Doc tweaks for html_message parameter to send_mail(); refs #20817
Tim Graham
2013-07-30
1
-1
/
+2
*
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
Justin Michalicek
2013-07-29
1
-1
/
+8
*
Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
Claude Paroz
2013-07-11
1
-3
/
+4
*
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-20
1
-5
/
+0
[next]