Skip to content

Commit

Permalink
Merge pull request #82 from AAISS/AlirezaYousefpourM-patch-1
Browse files Browse the repository at this point in the history
Update settings.py
  • Loading branch information
AlirezaYousefpourM authored Jan 14, 2025
2 parents 22ccda1 + b76257e commit 68b064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/aaiss_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_HOST = env.str('EMAIL_HOST', 'smtp.gmail.com')
EMAIL_PORT = env.int('EMAIL_PORT', '587')
EMAIL_HOST_USER = env.str('EMAIL_HOST_USER', 'aaiss.ce.aut@gmail.com')
EMAIL_HOST_USER = env.str('EMAIL_HOST_USER', 'aaiss.ce.2024@gmail.com')
EMAIL_HOST_PASSWORD = env.str('EMAIL_HOST_PASSWORD', '')
EMAIL_USE_TLS = True
EMAIL_USE_SSL = False
Expand Down

0 comments on commit 68b064b

Please sign in to comment.