Added mail handling

removed tests routes for production
This commit is contained in:
2015-02-16 01:12:17 +01:00
parent 4970614f41
commit fda1b5cf1a
9 changed files with 109 additions and 55 deletions
+4
View File
@@ -6,12 +6,16 @@
[app:main]
use = egg:JM2L
mail.host = localhost
mail.port = 25
pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = fr
pyramid.includes =
pyramid_mailer
pyramid_tm
pyramid_mako
pyramid_exclog