We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352aed6 commit fc052a8Copy full SHA for fc052a8
1 file changed
vulnerablecode/settings.py
@@ -50,7 +50,7 @@
50
DEBUG_UI = env.bool("VULNERABLECODE_DEBUG_UI", default=False)
51
52
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
53
-EMAIL_HOST = "smtp.gmail.com"
+EMAIL_HOST = env.str("EMAIL_HOST", default="")
54
EMAIL_USE_TLS = True
55
EMAIL_PORT = 587
56
EMAIL_HOST_USER = env.str("EMAIL_HOST_USER", default="")
0 commit comments