From fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Mon, 16 Feb 2015 01:12:17 +0100 Subject: Added mail handling removed tests routes for production --- production.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'production.ini') 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 -- cgit v1.2.3-54-g00ecf