Skip to content

Commit 3038639

Browse files
author
Guillim
committed
we add some lines for emailing possibilities
1 parent 01ba541 commit 3038639

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/app/settings.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,13 @@
269269
APPLICATION_INSIGHTS = {
270270
'ikey': AZURE_APPINSIGHTS_IKEY if AZURE_APPINSIGHTS_IKEY else None,
271271
}
272+
273+
## necessary for email verification setup
274+
# EMAIL_USE_TLS = True
275+
# EMAIL_HOST = 'smtp.gmail.com'
276+
# EMAIL_HOST_USER = '[email protected]'
277+
# EMAIL_HOST_PASSWORD = 'gfds6jk#4ljIr%G8%'
278+
# EMAIL_PORT = 587
279+
#
280+
## During development only
281+
# EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

0 commit comments

Comments
 (0)