From bc5b588b7e559bd6d85a68f14f15840208eb684e Mon Sep 17 00:00:00 2001 From: Scott Torborg Date: Fri, 6 Nov 2009 17:04:04 -1000 Subject: [PATCH] don't need support for smtp auth --- bluechips/config/environment.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bluechips/config/environment.py b/bluechips/config/environment.py index c6ba9f0..75122f1 100644 --- a/bluechips/config/environment.py +++ b/bluechips/config/environment.py @@ -45,6 +45,3 @@ def load_environment(global_conf, app_conf): # any Pylons config options) config['pylons.app_globals'].mailer = Mailer(config.get('mailer.host', '127.0.0.1')) - if 'mailer.user' in config: - config['pylons.app_globals'].mailer.login(config['mailer.user'], - config['mailer.password']) -- 2.45.2