Skip to content
Snippets Groups Projects
Commit 3a8cbfd3 authored by Torma Kristóf's avatar Torma Kristóf :alien:
Browse files

make email host configurable

parent b69c6b05
No related branches found
No related tags found
No related merge requests found
Pipeline #43220 passed
......@@ -25,7 +25,7 @@ REST_FRAMEWORK = {
}
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'mail.sch.bme.hu'
EMAIL_HOST = os.getenv('SMTP_HOST','smtp.office365.com')
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = os.getenv('SMTP_USER')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment