From 3fa63e1b2285b273d469f3d00421ddd5a548bd7f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 7 May 2011 19:37:20 +0000 Subject: want 25 not 587 for local smtp --- piccast/settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'piccast/settings.py.example') diff --git a/piccast/settings.py.example b/piccast/settings.py.example index dd23ae7..fb76f19 100644 --- a/piccast/settings.py.example +++ b/piccast/settings.py.example @@ -17,7 +17,7 @@ DATABASE_HOST = '' # Set to empty string for localhost. Not used wit DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. EMAIL_HOST = 'localhost' -EMAIL_PORT = 587 +EMAIL_PORT = 25 EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' EMAIL_USE_TLS = False -- cgit v1.2.3