Skip to content

Commit d5e51c7

Browse files
authored
remove setting to use SESv2 (#1562)
1 parent ae673a2 commit d5e51c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openstax/settings/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
DEFAULT_FROM_EMAIL = os.getenv('DEFAULT_FROM_EMAIL', '[email protected]')
9595
SERVER_EMAIL = os.getenv('SERVER_EMAIL', '[email protected]')
9696
AWS_SES_FROM_EMAIL = '[email protected]'
97-
USE_SES_V2 = True
9897
AWS_SES_REGION_NAME = os.getenv('AWS_SES_REGION_NAME', 'us-west-2')
9998
AWS_SES_REGION_ENDPOINT = os.getenv('AWS_SES_REGION_ENDPOINT', 'email.us-west-2.amazonaws.com')
10099
# Default to dummy email backend. Configure dev/production/local backend

0 commit comments

Comments
 (0)