Fix mail handling
Generic try except use were hiding errors due to Django documented changes about the usage of Context with template rendering. This patch updates the code to not use Context anymore and remove the generic try except.
Fixes #509
Generic try except use were hiding errors due to Django documented changes about the usage of Context with template rendering. This patch updates the code to not use Context anymore and remove the generic try except.
Fixes #509