Send confirmation emails on application submission

This commit is contained in:
Neil Martinsen-Burrell 2023-02-13 14:19:50 -06:00
parent 3e46683d62
commit 884a58cf10
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
9 changed files with 594 additions and 216 deletions

View file

@ -15,6 +15,8 @@ Where `credentials-<ENVIRONMENT>.json` looks like:
{
"DJANGO_SECRET_KEY": "EXAMPLE",
"DJANGO_SECRET_LOGIN_KEY": "EXAMPLE",
"AWS_ACCESS_KEY_ID": "EXAMPLE",
"AWS_SECRET_ACCESS_KEY": "EXAMPLE",
...
}
```
@ -57,3 +59,9 @@ base64 private.pem
```
You also need to upload the `public.crt` key if recently created to the login.gov identity sandbox: https://dashboard.int.identitysandbox.gov/
## AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
To access the AWS Simple Email Service, we need credentials from the CISA AWS
account for an IAM user who has limited access to only SES. Those credentials
need to be specified in the environment.