refator(api): drop useless SES SDK (#65496)

This commit is contained in:
Mrugesh Mohapatra
2026-04-08 04:02:52 +05:30
committed by GitHub
parent 1fb20ded39
commit 7b8273e0e0
8 changed files with 89 additions and 990 deletions
+6 -6
View File
@@ -70,13 +70,13 @@ FCC_API_LOG_LEVEL=info
FCC_API_LOG_TRANSPORT=pretty
# Email
# use ses in production
# use ses in production, nodemailer for local development (with Mailpit)
EMAIL_PROVIDER=nodemailer
# SES_ID needs to be empty for now, since the api-server will use SES in testing
# if it is set.
SES_ID=
SES_SECRET=ses_secret_from_aws
SES_REGION=us-east-1
# SES SMTP credentials (required in production)
# Generate these from AWS IAM: https://docs.aws.amazon.com/ses/latest/dg/smtp-credentials.html
SES_SMTP_USERNAME=
SES_SMTP_PASSWORD=ses_smtp_password_from_aws
SES_SMTP_HOST=email-smtp.us-east-1.amazonaws.com
# ---------------------
# Client