aboutsummaryrefslogtreecommitdiffstats
path: root/production.ini
diff options
context:
space:
mode:
Diffstat (limited to 'production.ini')
-rw-r--r--production.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/production.ini b/production.ini
index 382dbb1..3745890 100644
--- a/production.ini
+++ b/production.ini
@@ -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