From 113443e4087b64013664df06b9024f2d9dad1752 Mon Sep 17 00:00:00 2001 From: parth Date: Fri, 30 Mar 2012 14:27:39 +0530 Subject: made modification to email_port so blank does not fail --- aloha/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aloha/settings.py b/aloha/settings.py index 6f4eefe..020b436 100644 --- a/aloha/settings.py +++ b/aloha/settings.py @@ -170,7 +170,7 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = '' # Port for sending e-mail. -EMAIL_PORT = +EMAIL_PORT = "" # Optional SMTP authentication information for EMAIL_HOST. EMAIL_HOST_USER = '' -- cgit