Skip to content

Commit

Permalink
remove setting to use SESv2 (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored May 29, 2024
1 parent ae673a2 commit d5e51c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openstax/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
DEFAULT_FROM_EMAIL = os.getenv('DEFAULT_FROM_EMAIL', '[email protected]')
SERVER_EMAIL = os.getenv('SERVER_EMAIL', '[email protected]')
AWS_SES_FROM_EMAIL = '[email protected]'
USE_SES_V2 = True
AWS_SES_REGION_NAME = os.getenv('AWS_SES_REGION_NAME', 'us-west-2')
AWS_SES_REGION_ENDPOINT = os.getenv('AWS_SES_REGION_ENDPOINT', 'email.us-west-2.amazonaws.com')
# Default to dummy email backend. Configure dev/production/local backend
Expand Down

0 comments on commit d5e51c7

Please sign in to comment.