Skip to content

Commit

Permalink
set default sender
Browse files Browse the repository at this point in the history
  • Loading branch information
dianekaplan committed Oct 22, 2024
1 parent 3c0069d commit 6a1c62f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysite/mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def get_env_variable(var_name):
ADMIN_EMAIL_SEND_FROM = "[email protected]"
ADMIN_EMAIL_ADDRESS = "[email protected]"
DEFAULT_TIME_ZONE = "US/Eastern"
DEFAULT_FROM_EMAIL = '[email protected]'


if ENV_ROLE == "development":
Expand Down

0 comments on commit 6a1c62f

Please sign in to comment.