diff --git a/sapl/settings.py b/sapl/settings.py index cbd304732..78eedfa74 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -115,6 +115,12 @@ DATABASES = { } } +EMAIL_USE_TLS = True +EMAIL_HOST = '' +EMAIL_HOST_USER = '' +EMAIL_HOST_PASSWORD = '' +EMAIL_PORT = 587 + # Internationalization # https://docs.djangoproject.com/en/1.8/topics/i18n/ LANGUAGE_CODE = 'pt-br'