summaryrefslogtreecommitdiff
path: root/docs/topics/email.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-53/+72
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-1/+3
* Added backticks to code literals in various docs.David2022-04-281-1/+1
* Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.Claude Paroz2022-02-121-4/+8
* Fixed broken links and redirects in docs.Mariusz Felisiak2021-09-211-1/+1
* Fixed some broken links and redirects in docs.Jacob Walls2021-08-091-1/+1
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-271-1/+1
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-1/+1
* Fixed #32471 -- Doc'd the return value of EmailMessage.send().Hasan Ramezani2021-02-231-1/+2
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-4/+0
* Used :mimetype: role in various docs.Nick Pope2020-05-131-8/+9
* Doc'd send_email() behavior when from_email is None.Adrian D'Alessandro2020-04-301-1/+2
* Added additional note that tests use locmem email backend.Adam Johnson2020-03-251-0/+3
* Refs #29983 -- Added pathlib.Path support to the file email backend.Jon Dufresne2019-11-061-0/+4
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-14/+12
* Fixed an example of email with display name in EmailMessage.from_email.Joachim Jablon2019-06-131-1/+1
* Fixed #29535 -- Updated email.MIME* references for Python 3.José L. Patiño2018-06-291-4/+4
* Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam2018-06-021-3/+3
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-1/+1
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-5/+0
* Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.Michael Schwarz2016-08-121-0/+13
* Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson2016-06-031-17/+49
* Added import in docs/topics/email.txt example.Camilo Nova2016-02-121-0/+2
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-14/+14
* Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk2015-11-161-1/+1
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-14/+0
* Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham2015-07-271-1/+1
* Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.Tim Graham2015-04-201-6/+13
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-19/+9
* Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech2014-11-281-1/+8
* Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u2014-11-231-0/+1
* Fixed versionchanged indentation in docs/.Berker Peksag2014-11-031-7/+7
* Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla2014-09-131-25/+11
* Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht2014-09-101-3/+9
* Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson2014-09-101-1/+1
* Fixed #22161 -- Documented send() with no recipients won't raise an exception.oromero2014-09-051-1/+2
* Fixed #22455 -- Documented return values for send_mail and send_mass_mailMariano Rezk2014-04-161-0/+5
* Fixed #22443 -- Document smtp.EmailBackend.timeout default valueMariano Rezk2014-04-151-0/+3
* Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser2014-03-311-0/+15
* Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham2013-12-311-3/+2
* Fixed #21614 -- improved docs on configuring email for development.Chris Jerdonek2013-12-141-11/+13
* Fixed docs for EmailMessage extra_headers attributeTom Scholl2013-11-081-1/+1
* Fixed doc typo in previous commit.Tim Graham2013-10-241-1/+1
* Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.SusanTan2013-10-241-8/+30
* Fix grammatical errors in email documentationDan Loewenherz2013-10-081-2/+2
* Fixed #18967 -- Don't base64-encode message/rfc822 attachments.Ramiro Morales2013-08-201-2/+12
* Doc tweaks for html_message parameter to send_mail(); refs #20817Tim Graham2013-07-301-1/+2
* Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()Justin Michalicek2013-07-291-1/+8
* Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz2013-07-111-3/+4
* Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham2012-09-201-5/+0