> I've got a very simple model, two databases and I'm using the admin > interface. What I need is when one of the databases gets a change made > to it, for an email to be sent out to a specific group (the group never > changes, however, the subject and message content should change).
Use Django signals in conjuction with Django's mail sending routines....for more information on signals check out www.mercurytide.co.uk/whitepapers/django-signals http://code.djangoproject.com/wiki/Signals http://feh.holsman.net/articles/2006/06/13/django-signals and about sending mails check out http://www.djangoproject.com/documentation/email/ (this documentation needs to be updated...i would recommend you go through the code) Cheers Thejaswi Puthraya --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---