changeset 123:bfbccdd280b7 draft

Change the email port to a sane port
author marga
date Tue, 28 Jul 2009 22:53:14 +0000
parents 43582401c413
children 9b3a42bc0b74
files bts_webui/settings.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bts_webui/settings.py
+++ b/bts_webui/settings.py
@@ -12,7 +12,7 @@
 )
 
 EMAIL_HOST = 'localhost'
-EMAIL_PORT = '1025'
+EMAIL_PORT = '25'
 
 MANAGERS = ADMINS