Author: leidel
Date: Tue Jan 20 11:39:40 2009
New Revision: 57

Modified:
    wiki/QuickStartGuide.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/QuickStartGuide.wiki
==============================================================================
--- wiki/QuickStartGuide.wiki   (original)
+++ wiki/QuickStartGuide.wiki   Tue Jan 20 11:39:40 2009
@@ -29,14 +29,18 @@
  send_mail(subject, message_body, settings.DEFAULT_FROM_EMAIL, recipients)
  }}}

-*NEW In r32*
+Additionally you can send all the admins as specified in the `ADMIN`
+setting by calling::

-You can have Django use the mailer for crash e-mails if you add the  
following to your settings.py file:
  {{{
-MAILER_FOR_CHASH_EMAILS = True
+mail_admins(subject, message_body)
  }}}

-This can help when you have a large number of crashes occurring, as the  
default mail_admins will bring the site to a crawl posting the mail  
messages to the smpt server. It will also give you a chance to purge  
excessive crash e-mails before they are sent.
+or all managers as defined in the `MANAGERS` setting by calling::
+
+{{{
+mail_managers(subject, message_body)
+}}}

  ==Clear Queue With Command Extensions==


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to