Add an e-mail dispatcher that can be used to send messages via the website. Add base...
commit37fae3c6556797952166350d2d2021bbea47a726
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 16 Nov 2008 12:48:23 +0000 (16 12:48 +0000)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 16 Nov 2008 12:48:23 +0000 (16 12:48 +0000)
tree1a142a343754e2196a212f55e8137684926d3a16
parent06f808b0c2a12c39f2092388b407c2b24eaba6c2
Add an e-mail dispatcher that can be used to send messages via the website. Add base and invitation templates that can be used with email dispatcher to send invitation emails. Please read the module doc string for more information how to use it.

Patch by: Lennard de Rijk, Pawel Solyga
app/soc/logic/dicts.py
app/soc/logic/mail_dispatcher.py [new file with mode: 0644]
app/soc/templates/soc/mail/base.html [new file with mode: 0644]
app/soc/templates/soc/mail/invitation.html [new file with mode: 0644]