Skip to content

Commit

Permalink
Merge pull request #29 from tsh11na/hotfix-default-email
Browse files Browse the repository at this point in the history
v0.3.1
  • Loading branch information
tsh11na authored Oct 5, 2023
2 parents c4cb4c1 + 597bbc8 commit 59b6979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsukepp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
# Email
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
SENDGRID_API_KEY = os.getenv('SENDGRID_API_KEY')
DEFAULT_FROM_EMAIL = os.getenv('DEFAULT_FROM_EMAIL')

EMAIL_HOST = 'smtp.sendgrid.net'
EMAIL_HOST_USER = 'apikey' # this is exactly the value 'apikey'
Expand Down

0 comments on commit 59b6979

Please sign in to comment.