---
title: "PUT /v2/email/configuration-sets/{ConfigurationSetName}/sending"
method: PUT
path: "/v2/email/configuration-sets/{ConfigurationSetName}/sending"
---

# PUT /v2/email/configuration-sets/{ConfigurationSetName}/sending

`PUT /v2/email/configuration-sets/{ConfigurationSetName}/sending`

Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.

## Path parameters

- `ConfigurationSetName` string, required — <p>The name of a configuration set.</p> <p> <i>Configuration sets</i> are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.</p>

## Request body

- object
  - `SendingEnabled` boolean — If <code>true</code>, email sending is enabled for the configuration set. If <code>false</code>, email sending is disabled for the configuration set.

## Response `200`

Success

- PutConfigurationSetSendingOptionsResponse — An HTTP 200 response if the request succeeds, or an error message if the request fails.

## Other responses

- `480` — NotFoundException
- `481` — TooManyRequestsException
- `482` — BadRequestException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/versions/25eba06e7f64/schema)
