Skip to content

Commit

Permalink
add ses default email
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 18, 2024
1 parent 8cbf942 commit c30ec91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fishauctions/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
AWS_SES_REGION_ENDPOINT = os.environ.get('AWS_SES_REGION_ENDPOINT', 'email.us-east-1.amazonaws.com"')
USE_SES_V2 = True
AWS_SES_CONFIGURATION_SET = os.environ.get('AWS_SES_CONFIGURATION_SET', '')
AWS_SES_FROM_EMAIL = os.environ.get('DEFAULT_FROM_EMAIL', '[email protected]')

if os.environ.get('EMAIL_USE_TLS', 'True') == "True":
EMAIL_USE_TLS = True
Expand Down

0 comments on commit c30ec91

Please sign in to comment.