Skip to content

Commit

Permalink
Updated: gmail config
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind-4 committed Oct 1, 2023
1 parent 487f75a commit d57c646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/backend/email/gmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
EMAIL_PORT = config('EMAIL_PORT', cast=int, default=587)
EMAIL_HOST_USER = config('EMAIL_HOST_USER', cast=str)
EMAIL_HOST_PASSWORD = config('EMAIL_HOST_PASSWORD', cast=str)
EMAIL_USE_SSL = True
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER

0 comments on commit d57c646

Please sign in to comment.