diff options
| author | Martin Blech <martinblech@gmail.com> | 2014-11-25 20:05:44 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-28 06:00:06 -0500 |
| commit | e023ceb453c02e271d00f9ac25e154b7be712bb0 (patch) | |
| tree | f884b6a0bc57c16ec6d3665f419a2043eda153b2 /docs/releases | |
| parent | 6b5d82749c57a1aae8c9e81d2b85b2cadb9ef933 (diff) | |
Fixed #23910 -- Added reply_to parameter to EmailMessage
Thanks to Berker Peksag and Tim Graham for the review and suggestions.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index ffdd33c12f..fb4e44576c 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -210,6 +210,9 @@ Email * The SMTP :class:`~django.core.mail.backends.smtp.EmailBackend` now supports setting the ``timeout`` parameter with the :setting:`EMAIL_TIMEOUT` setting. +* :class:`~django.core.mail.EmailMessage` and ``EmailMultiAlternatives`` now + support the ``reply_to`` parameter. + File Storage ^^^^^^^^^^^^ |
