Skip to content

Commit 937cb85

Browse files
authored
Update settings.py
set a DEFAULT_FROM_EMAIL
1 parent c07c5a0 commit 937cb85

File tree

1 file changed

+1
-0
lines changed
  • days/053-056-django-registration/demo/mysite

1 file changed

+1
-0
lines changed

days/053-056-django-registration/demo/mysite/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@
131131
EMAIL_USE_TLS = True
132132
EMAIL_HOST_USER = os.environ['SENDGRID_USERNAME']
133133
EMAIL_HOST_PASSWORD = os.environ['SENDGRID_PASSWORD']
134+
DEFAULT_FROM_EMAIL = '[email protected]'

0 commit comments

Comments
 (0)