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.
2 parents 35d4266 + 9f4fd49 commit 3d52942Copy full SHA for 3d52942
testbed/settings/production.py
@@ -87,5 +87,5 @@
87
EMAIL_PORT = 587
88
EMAIL_USE_TLS = True
89
EMAIL_USE_SSL = False
90
-EMAIL_HOST_USER = env.str('EMAIL_HOST_USER')
+EMAIL_HOST_USER = "[email protected]"
91
EMAIL_HOST_PASSWORD = env.str('EMAIL_HOST_PASSWORD')
0 commit comments