summaryrefslogtreecommitdiff
path: root/docs/topics/email.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated obsolete links in the documentationClaude Paroz2012-06-281-1/+1
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-2/+0
* Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() descr...Claude Paroz2012-04-101-2/+2
* Removed documentation for SMTPConnection, which was removed at r15978.Aymeric Augustin2012-03-311-26/+0
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-83/+83
* Converted links to external topics so they use intersphinx extension markup.Ramiro Morales2011-09-041-16/+12
* Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel2011-05-291-2/+2
* Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty2011-04-011-8/+8
* Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty2011-04-011-90/+90
* Fixed #15163 - typo in email docs; thanks metal for the report.Timo Graham2011-01-261-1/+1
* Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham2010-12-261-2/+0
* Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee2010-12-061-2/+8
* Fixed #14783 - Links + style improvements to docs/topics/email.txt. Thanks ad...Timo Graham2010-11-271-16/+15
* Fixed #14619 -- corrected a typo in the email docs.Alex Gaynor2010-11-041-1/+1
* Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee2010-10-091-1/+1
* Fixed #7722 - added support for CC in EmailMessage.Luke Plant2010-10-071-0/+6
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-2/+0
* Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky for the re...Russell Keith-Magee2010-08-071-1/+1
* Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtaylor for ...Russell Keith-Magee2010-05-081-0/+8
* Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger...Russell Keith-Magee2010-05-061-1/+1
* Fixed #13048: Corrected typo in email documentation.James Bennett2010-03-071-5/+5
* Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...Russell Keith-Magee2010-01-041-7/+7