Private
Public Access
1
0

changed mail server to smtp.rosti.cz. not tested

This commit is contained in:
Sander Roosendaal
2017-01-12 12:16:26 +01:00
parent f159da1b0a
commit 7fbde744ab

View File

@@ -248,7 +248,7 @@ SESSION_ENGINE = "django.contrib.sessions.backends.cache"
# email stuff
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'mail.rosti.cz'
EMAIL_HOST = 'smtp.rosti.cz'
EMAIL_PORT = '25'
EMAIL_HOST_USER = 'info@rowsandall.com'
#EMAIL_HOST_PASSWORD = 'lnD3mbZ1NoI8RK1StOdO'