Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Postbox
  • Getting started
  • Access management
  • Pricing policy
    • API authentication
    • How to use the API
    • Signing requests
      • All methods
      • Sending emails
        • ListConfigurationSets method
        • GetConfigurationSet method
        • CreateConfigurationSet method
        • PutDomainIdentityConfigurationSetAttributes method
        • DeleteConfigurationSet method
        • PutConfigurationSetDeliveryOptions method
      • Request headers
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • Query
  • Path parameters
  • Request headers
  • Request body
  • Responses
  • 200 OK
  • Errors
  1. API reference
  2. REST
  3. Configurations
  4. PutConfigurationSetDeliveryOptions method

PutConfigurationSetDeliveryOptions method

Written by
Yandex Cloud
Updated at August 25, 2025
  • Query
    • Path parameters
    • Request headers
    • Request body
  • Responses
    • 200 OK
    • Errors

Updates delivery settings for a configuration in a folder. The folder is selected based on the service account the request originates from.

QueryQuery

PUT /v2/email/configuration-sets/{ConfigurationSetName}/delivery-options HTTP/2

Path parametersPath parameters

Parameter

Description

ConfigurationSetName

Type: String.

Name of the configuration to update.

Request headersRequest headers

Use common request headers in your requests.

Request bodyRequest body

{
   "TlsPolicy": "REQUIRE|OPTIONAL"
}

Parameter

Description

TlsPolicy

Type: String.

Outgoing connection security policy.

It specifies whether or not to use the TLS protocol for the messages with this configuration. If the value is REQUIRE, messages will be delivered only when it is possible to establish a TLS connection. If OPTIONAL, messages may be delivered as plain text if a TLS connection is not established.

ResponsesResponses

200 OK200 OK

A successful request returns 200 OK in the response.

ErrorsErrors

For all errors, the response body has the same format:

{
   "Code": "<error_name>",
   "message": "<error_description>"
}

The name of the error is taken from its code, e.g., BadRequestException.

Possible errors:

Error code

Description

400 BadRequestException

The request contains invalid headers or parameters.

404 NotFoundException

The requested resource was not found.

429 TooManyRequestsException

The request quota was exceeded.

Was the article helpful?

Previous
DeleteConfigurationSet method
Next
GetConfigurationSetEventDestinations method
© 2025 Direct Cursus Technology L.L.C.