mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23910 -- Added reply_to parameter to EmailMessage
Thanks to Berker Peksag and Tim Graham for the review and suggestions.
This commit is contained in:
@@ -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
|
||||
^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user