Skip to content

Commit

Permalink
Revert "set default sender"
Browse files Browse the repository at this point in the history
This reverts commit 6a1c62f.
  • Loading branch information
dianekaplan committed Oct 22, 2024
1 parent 6114ad1 commit 8f0752b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mysite/mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ 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 8f0752b

Please sign in to comment.