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

@@ -63,6 +63,7 @@ module "ses_email" {
recursive_delete = local.recursive_delete
aws_region = "us-gov-west-1"
email_domain = "notify.gov"
mail_from_subdomain = "mail"
email_receipt_error = "notify-support@gsa.gov"
}