From 7fbde744ab74528d6880b5154a6144ba3e4c6bf7 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 12 Jan 2017 12:16:26 +0100 Subject: [PATCH] changed mail server to smtp.rosti.cz. not tested --- rowsandall_app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index 290208a5..6c9b3298 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -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'