Kaydet (Commit) e986e8ab authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

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
üst 5ff1d96a
...@@ -189,6 +189,8 @@ from the request's POST data, sends that to admin@example.com and redirects to ...@@ -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,
......
...@@ -431,6 +431,8 @@ trailing space. ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment