changed mail server to smtp.rosti.cz. not tested
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user