Skip to content

Commit

Permalink
updated status
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Wembo committed Sep 24, 2023
1 parent d12277a commit b4cb03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fintechengine/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = "[email protected]"
EMAIL_HOST_PASSWORD = 'Michael@5151'
EMAIL_HOST_USER = ""
EMAIL_HOST_PASSWORD = ''
EMAIL_PORT = 587

0 comments on commit b4cb03b

Please sign in to comment.