app/soc/logic/mail_dispatcher.py
2009-04-19 Lennard de Rijk getDefaultMailSender now properly handles users who are logged in but not registered.
2009-04-19 Lennard de Rijk Fixed a comment typo and possible bug in mail_dispatcher.
2009-04-03 Pawel Solyga Style fixes and removal of unused imports in soc.logic modules.
2009-03-04 Pawel Solyga Rename too short variable name in soc.logic.mail_dispatcher module.
2009-03-03 Sverre Rabbelier Fix access bug due to forgotten normalization
2009-02-28 Sverre Rabbelier Catch mail exceptions and use get_current_user
2009-02-28 Lennard de Rijk Fixed sending out email when no-reply is not set.
2009-02-28 Lennard de Rijk getDefaultMailSender now returns a tuple (name, email adress).
2009-02-28 Sverre Rabbelier Denormalize accounts before trying to send e-mail
2009-02-27 Lennard de Rijk Added getDefaultMailSender method to mail_dispatcher.
2009-02-21 Sverre Rabbelier Fixed whitespace damadge and missing EOL
2009-02-13 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
2009-02-13 Sverre Rabbelier Update the copyright notice for 2009.
2008-11-29 Lennard de Rijk Fixed typo in docstring.
2008-11-20 Lennard de Rijk Adds the rights['edit'] to models/base.py wich was left out in r1049.
2008-11-16 Pawel Solyga 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.
less more (0) tip