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
2014-11-28
Fixed #23910 -- Added reply_to parameter to EmailMessage
Martin Blech
2014-11-23
Fixed #23900 -- Added missing imports in code example.
Kevin Ndung'u
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-09-13
Fixed #23461 -- Added EMAIL_TIMEOUT setting
José Padilla
2014-09-10
Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.
Andi Albrecht
2014-09-10
Fixed an instance of 'an' before a word beginning with a consonant.
Iain Dawson
2014-09-05
Fixed #22161 -- Documented send() with no recipients won't raise an exception.
oromero
2014-04-16
Fixed #22455 -- Documented return values for send_mail and send_mass_mail
Mariano Rezk
2014-04-15
Fixed #22443 -- Document smtp.EmailBackend.timeout default value
Mariano Rezk
2014-03-31
Fixed #22327 -- Turned BaseEmailBackend into a context manager
Daniel Neuhäuser
2013-12-31
Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
Tim Graham
2013-12-14
Fixed #21614 -- improved docs on configuring email for development.
Chris Jerdonek
2013-11-08
Fixed docs for EmailMessage extra_headers attribute
Tom Scholl
2013-10-24
Fixed doc typo in previous commit.
Tim Graham
2013-10-24
Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.
SusanTan
2013-10-08
Fix grammatical errors in email documentation
Dan Loewenherz
2013-08-20
Fixed #18967 -- Don't base64-encode message/rfc822 attachments.
Ramiro Morales
2013-07-30
Doc tweaks for html_message parameter to send_mail(); refs #20817
Tim Graham
2013-07-29
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
Justin Michalicek
2013-07-11
Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
Claude Paroz
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-04-10
Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() descr...
Claude Paroz
2012-03-31
Removed documentation for SMTPConnection, which was removed at r15978.
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-04-01
Fixed some ReST errors from e-mail -> email change in docs, and changed some ...
Adrian Holovaty
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-01-26
Fixed #15163 - typo in email docs; thanks metal for the report.
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-06
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...
Russell Keith-Magee
2010-11-27
Fixed #14783 - Links + style improvements to docs/topics/email.txt. Thanks ad...
Timo Graham
2010-11-04
Fixed #14619 -- corrected a typo in the email docs.
Alex Gaynor
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-07
Fixed #7722 - added support for CC in EmailMessage.
Luke Plant
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-07
Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky for the re...
Russell Keith-Magee
2010-05-08
Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtaylor for ...
Russell Keith-Magee
2010-05-06
Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger...
Russell Keith-Magee
2010-03-07
Fixed #13048: Corrected typo in email documentation.
James Bennett
2010-01-04
Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...
Russell Keith-Magee
2009-12-03
Corrected spelling of e-mail (according to our standard).
Luke Plant
2009-11-26
Fixed #12267 -- Corrected a typo in the Email docs. Thanks to Thejaswi Puthra...
Russell Keith-Magee
2009-11-23
Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 re...
Russell Keith-Magee
2009-11-03
Fixed #10355 -- Added an API for pluggable e-mail backends.
Russell Keith-Magee
2009-01-29
Fixed #8638 -- Added documentation on how to redirect email to a dummy server...
Russell Keith-Magee
2008-11-01
Fixed #9487 -- Corrected several links into the Python docs that were broken ...
Karen Tracey
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
[next]