summaryrefslogtreecommitdiff
path: root/docs/topics/email.txt
AgeCommit message (Expand)Author
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
2020-03-25Added additional note that tests use locmem email backend.Adam Johnson
2019-11-06Refs #29983 -- Added pathlib.Path support to the file email backend.Jon Dufresne
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-06-13Fixed an example of email with display name in EmailMessage.from_email.Joachim Jablon
2018-06-29Fixed #29535 -- Updated email.MIME* references for Python 3.José L. Patiño
2018-06-02Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2016-08-12Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.Michael Schwarz
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-02-12Added import in docs/topics/email.txt example.Camilo Nova
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-04-20Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.Tim Graham
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-11-28Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech
2014-11-23Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-10Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-05Fixed #22161 -- Documented send() with no recipients won't raise an exception.oromero
2014-04-16Fixed #22455 -- Documented return values for send_mail and send_mass_mailMariano Rezk
2014-04-15Fixed #22443 -- Document smtp.EmailBackend.timeout default valueMariano Rezk
2014-03-31Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser
2013-12-31Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham
2013-12-14Fixed #21614 -- improved docs on configuring email for development.Chris Jerdonek
2013-11-08Fixed docs for EmailMessage extra_headers attributeTom Scholl
2013-10-24Fixed doc typo in previous commit.Tim Graham
2013-10-24Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.SusanTan
2013-10-08Fix grammatical errors in email documentationDan Loewenherz
2013-08-20Fixed #18967 -- Don't base64-encode message/rfc822 attachments.Ramiro Morales
2013-07-30Doc tweaks for html_message parameter to send_mail(); refs #20817Tim Graham
2013-07-29Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()Justin Michalicek
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-04-10Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() descr...Claude Paroz
2012-03-31Removed documentation for SMTPConnection, which was removed at r15978.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel