Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/backend/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def check_ip_range(ipr):
EMAIL_HOST_USER = 'apikey'
EMAIL_HOST_PASSWORD = os.getenv('SMTP_PASSWORD')
EMAIL_PORT = 2525
DEFAULT_FROM_EMAIL = '"WoTT Team" <hey@wott.io>'

# Internationalization
# https://docs.djangoproject.com/en/2.1/topics/i18n/
Expand Down