From 84fda107080d51292869973db09e795403534e3c Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Mon, 2 Apr 2012 14:03:12 +0530 Subject: removed duplicate email port --- aloha/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aloha/settings.py b/aloha/settings.py index a1052d9..9476291 100644 --- a/aloha/settings.py +++ b/aloha/settings.py @@ -170,7 +170,6 @@ EMAIL_HOST = 'smtp-auth.iitb.ac.in' # Port for sending e-mail. EMAIL_PORT = '25' -EMAIL_PORT = "" # Optional SMTP authentication information for EMAIL_HOST. EMAIL_HOST_USER = '' -- cgit