Author: ubernostrum
Date: 2007-12-01 11:20:19 -0600 (Sat, 01 Dec 2007)
New Revision: 6790

Modified:
   django/trunk/docs/email.txt
Log:
Fixed #5870: documented the "fail_silently" argument to EmailMessage.send().


Modified: django/trunk/docs/email.txt
===================================================================
--- django/trunk/docs/email.txt 2007-12-01 17:10:12 UTC (rev 6789)
+++ django/trunk/docs/email.txt 2007-12-01 17:20:19 UTC (rev 6790)
@@ -253,9 +253,11 @@
 
 The class has the following methods:
 
-    * ``send()`` sends the message, using either the connection that is
-      specified in the ``connection`` attribute, or creating a new connection
-      if none already exists.
+    * ``send(fail_silently=False)`` sends the message, using either
+      the connection that is specified in the ``connection``
+      attribute, or creating a new connection if none already
+      exists. If the keyword argument ``fail_silently`` is ``True``,
+      exceptions raised while sending the message will be quashed.
 
     * ``message()`` constructs a ``django.core.mail.SafeMIMEText`` object (a
       subclass of Python's ``email.MIMEText.MIMEText`` class) or a


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to