L1NT / django-courier

Dead simple email notification system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-courier

Dead simple email notification system

Introduction

Allows easy configuration of notifications and management of email templates.

Project goals

  • Allow administrators to setup email notifications on any models without programming knowledge
  • Allow administrators to create and modify email templates easily
  • Be as simple and unobtrusive as possible to setup

Similar projects

If this project does not fit your needs, you might want to look at django-notification.

Key differences between django-courier and django-notification:

  • No need to setup notifications from Python
  • Email templates are stored in database
  • Email templates are rendered using Django template system (with the sender object as context)
  • Everything is manageable from the admin interface
  • Transparent integration with django-modeltranslation

Known issues

  • If you set an EmailNotification on the User model on create and modified signal, you will get a created AND a modified notification upon User creation. This is related to the way the User model are created (I guess).
  • Compatible with only with Django >= 1.3

Credits

This project was created and is sponsored by:

http://motion-m.ca/media/img/logo.png

Motion Média (http://motion-m.ca)

About

Dead simple email notification system


Languages

Language:Python 73.9%Language:Shell 13.5%Language:JavaScript 11.3%Language:CSS 1.4%