diff options
author | Primal Pappachan | 2012-04-02 14:03:12 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-04-02 14:03:12 +0530 |
commit | 84fda107080d51292869973db09e795403534e3c (patch) | |
tree | 229a1e8d7abc1b5a422d24c54bf334dbd7ad3087 | |
parent | 22fb3196ab00aa2faad2bc53ee91bff9f4bee94f (diff) | |
download | aloha-84fda107080d51292869973db09e795403534e3c.tar.gz aloha-84fda107080d51292869973db09e795403534e3c.tar.bz2 aloha-84fda107080d51292869973db09e795403534e3c.zip |
removed duplicate email port
-rw-r--r-- | aloha/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 = '' |