> Put this another way-- how do other people manage high-performance
> exception mailing?

I'm happily using James Tauber's django-mailer for asynchronous mailing:

http://code.google.com/p/django-mailer/

You could for example query the Django app cache if it's installed and  
fall back to django.core.mail otherwise:

"http://code.google.com/p/django-messages/source/browse/trunk/messages/utils.py#10
 
"

Cheers

--
Jannis Leidel
jezdez.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to