diff options
| author | oromero <oromero85@gmail.com> | 2014-09-06 00:32:31 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-05 20:40:52 -0400 |
| commit | 414e3fc59dcb429d9d96a91348f7c0eb661d70fa (patch) | |
| tree | a3dfabaa19f7c876b6c90e8f16d0462d485043f5 /docs | |
| parent | 289d38b731798ed362a5ca343210921e0d5127ab (diff) | |
[1.6.x] Fixed #22161 -- Documented send() with no recipients won't raise an exception.
Backport of 0f0a5c07f9 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/email.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 3d0a17619e..4804f473f7 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -275,7 +275,8 @@ The class has the following methods: specified when the email was constructed, that connection will be used. Otherwise, an instance of the default backend will be instantiated and used. If the keyword argument ``fail_silently`` is ``True``, exceptions - raised while sending the message will be quashed. + raised while sending the message will be quashed. An empty list of + recipients will not raise an exception. * ``message()`` constructs a ``django.core.mail.SafeMIMEText`` object (a subclass of Python's ``email.MIMEText.MIMEText`` class) or a |
