vasuporov / snapboard

Automatically exported from code.google.com/p/snapboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add email notifications #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Forum users may want to be notified by email when some events occur.

I started adding notifications in r197, using
[http://code.google.com/p/django-notification/ django-notification]. I plan
on keeping this optional: if django-notification is not installed, there
won't be any email notices sent and the related user settings won't be
shown on the site.

Original issue reported on code.google.com by jdem...@gmail.com on 26 Oct 2008 at 9:35

GoogleCodeExporter commented 8 years ago
It's done. There are 8 types of notifications currently. New messages trigger a
notification to their private recipients and to anyone who has them in their 
watch
list. The other 6 types are group and invitation related.

Original comment by jdem...@gmail.com on 1 Nov 2008 at 4:45