diff options
-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 |