aboutsummaryrefslogtreecommitdiffstats
path: root/piccast/settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'piccast/settings.py.example')
-rw-r--r--piccast/settings.py.example2
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