From af28f3c17515a1de9abb668942e896d777b67cba Mon Sep 17 00:00:00 2001 From: oromero Date: Sat, 6 Sep 2014 00:32:31 +0000 Subject: [PATCH] [1.7.x] Fixed #22161 -- Documented send() with no recipients won't raise an exception. Backport of 0f0a5c07f9 from master --- docs/topics/email.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/email.txt b/docs/topics/email.txt index c719873bc9..588ddf9076 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -289,7 +289,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