Skip to content

Commit

Permalink
Disable suppressing bounced email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmooreio committed Apr 26, 2024
1 parent 838d631 commit 7574ba1
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 7574ba1

Please sign in to comment.