Added "new in development version" markers to new email stuff.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-05-03 17:52:38 +00:00
parent 5ff1d96a52
commit e986e8aba4
2 changed files with 4 additions and 0 deletions

View File

@ -189,6 +189,8 @@ from the request's POST data, sends that to admin@example.com and redirects to
The EmailMessage and SMTPConnection classes The EmailMessage and SMTPConnection classes
=========================================== ===========================================
**New in Django development version**
Django's ``send_mail()`` and ``send_mass_mail()`` functions are actually thin Django's ``send_mail()`` and ``send_mass_mail()`` functions are actually thin
wrappers that make use of the ``EmailMessage`` and ``SMTPConnection`` classes wrappers that make use of the ``EmailMessage`` and ``SMTPConnection`` classes
in ``django.mail``. If you ever need to customize the way Django sends email, in ``django.mail``. If you ever need to customize the way Django sends email,

View File

@ -431,6 +431,8 @@ trailing space.
EMAIL_USE_TLS EMAIL_USE_TLS
------------- -------------
**New in Django development version**
Default: ``False`` Default: ``False``
Whether to use a TLS (secure) connection when talking to the SMTP server. Whether to use a TLS (secure) connection when talking to the SMTP server.