Add a mail-from subdomain to staging and prod ses

This commit is contained in:
Ryan Ahearn
2023-02-28 11:38:58 -05:00
parent 58f8ca47bf
commit b8f66155dc
4 changed files with 9 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ module "ses_email" {
name = "${local.app_name}-ses-${local.env}"
recursive_delete = local.recursive_delete
aws_region = "us-west-2"
mail_from_subdomain = "mail"
email_receipt_error = "notify-support@gsa.gov"
}