feat(api): email service (#50637)

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2023-08-05 03:57:59 +02:00
committed by GitHub
parent d206d568a4
commit f3da82518a
9 changed files with 877 additions and 32 deletions
+8
View File
@@ -77,3 +77,11 @@ NODE_ENV=development
PORT=3000
FCC_ENABLE_SWAGGER_UI=true
FCC_ENABLE_DEV_LOGIN_MODE=true
# Email
EMAIL_PROVIDER=nodemailer # use ses in production
# 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