Skip to content

Commit

Permalink
Merge pull request #5861 from ministryofjustice/jitbit-ses-suppressio…
Browse files Browse the repository at this point in the history
…n-tweak

Disable suppressing bounced email addresses
  • Loading branch information
andrewmooreio authored Apr 26, 2024
2 parents 838d631 + 7574ba1 commit b6928ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/environments/delius-jitbit/ses-logging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
resource "aws_sesv2_configuration_set" "jitbit_ses_configuration_set" {
configuration_set_name = format("%s-configuration-set", local.application_name)

suppression_options {
suppressed_reasons = [
"COMPLAINT"
]
}

tags = local.tags
}

Expand Down

0 comments on commit b6928ef

Please sign in to comment.