diff options
author | bnewbold <bnewbold@robocracy.org> | 2011-05-07 19:37:20 +0000 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2011-05-07 19:37:20 +0000 |
commit | 3fa63e1b2285b273d469f3d00421ddd5a548bd7f (patch) | |
tree | 62160acfae35214593a08727c064c226ab5ef3c5 | |
parent | 0b2de7a1d2ac93c3f30c66652c8208a0818d42ff (diff) | |
download | piccast-3fa63e1b2285b273d469f3d00421ddd5a548bd7f.tar.gz piccast-3fa63e1b2285b273d469f3d00421ddd5a548bd7f.zip |
want 25 not 587 for local smtp
-rw-r--r-- | piccast/settings.py.example | 2 |
1 files changed, 1 insertions, 1 deletions
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 |