From 005a008f5ea2a4cf71572f94f600b203fe4112b2 Mon Sep 17 00:00:00 2001 From: Brian Moe <brian.moe@ligo.org> Date: Wed, 20 Jun 2012 10:59:10 -0500 Subject: [PATCH] Changed EMAIL_HOST to localhost --- settings/production.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/production.py b/settings/production.py index 9738870b9..208231e0b 100644 --- a/settings/production.py +++ b/settings/production.py @@ -2,3 +2,5 @@ CONFIG_NAME = "PRODUCTION" SITE_ID = 3 + +EMAIL_HOST = 'localhost' -- GitLab