Adjusted files for isort & autopep

This commit is contained in:
creyD
2025-06-03 08:01:59 +00:00
committed by github-actions[bot]
parent f805b3f508
commit 1f5ba9210f

View File

@@ -8,6 +8,7 @@ AWS_CLIENT_SECRET = os.getenv("AWS_CLIENT_SECRET")
AWS_SENDER_EMAIL = os.getenv("AWS_SENDER_EMAIL")
AWS_REGION = os.getenv("AWS_REGION", "eu-central-1")
async def send_email_ses(recipient_email, subject, html_body):
ses_client = boto3.client(
"ses",