Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Postbox
  • Getting started
    • Overview
    • DNS records
    • Configurations
    • Email event notifications
    • Tracking email openings
    • Click tracking in emails
    • Unsubscribe mechanism
    • Terms and definitions
    • Statistics
    • Limitations on email attachments
    • Quotas and limits
  • Access management
  • Pricing policy
  • Metrics Monitoring
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • What is the unsubscribe mechanism
  • How to add the unsubscribe mechanism to an email
  • How the unsubscribe mechanism works
  • Adding headers
  • Preserving the existing headers
  • Unsubscribe processing
  1. Concepts
  2. Unsubscribe mechanism

Unsubscribe mechanism

Written by
Yandex Cloud
Updated at August 12, 2025
View in Markdown
  • What is the unsubscribe mechanism
  • How to add the unsubscribe mechanism to an email
  • How the unsubscribe mechanism works
    • Adding headers
    • Preserving the existing headers
  • Unsubscribe processing

Yandex Cloud Postbox supports the one-click unsubscribe mechanism implemented under RFC 8058. For the mechanism to work correctly, the recipient’s email client must support it.

What is the unsubscribe mechanismWhat is the unsubscribe mechanism

The unsubscribe mechanism is a standardized method that enables email recipients to easily unsubscribe from newsletters. Without such a mechanism, users often mark unwanted emails as spam, which has a negative impact on the sender’s reputation and email deliverability.

One-click unsubscribe solves that problem by giving the recipients a quick way to unsubscribe from a newsletter right in the email client interface, without additional confirmations or the need to go to web pages and fill out forms.

How to add the unsubscribe mechanism to an emailHow to add the unsubscribe mechanism to an email

Warning

You can only add the unsubscribe mechanism to an email that has one recipient.

To activate the unsubscribe mechanism, provide the ListManagementOptions parameter when sending the email. The ListManagementOptions parameter contains the following attributes:

  • ContactListName: Name of the contact list associated with the email. Required attribute.
  • TopicName: Name of the subject within the list of contacts for the user to unsubscribe from. This is an optional attribute.
AWS CLI
SMTP

Add the --list-management-options parameter, e.g.:

aws sesv2 send-email \
  --from-email-address mail@example.com \
  --destination file://destination.json \
  --content file://message.json \
  --list-management-options ContactListName=my-list, TopicName=newsletter \
  --endpoint-url https://postbox.cloud.yandex.net

Add the X-SES-LIST-MANAGEMENT-OPTIONS header, e.g.:

X-SES-LIST-MANAGEMENT-OPTIONS: contactListName=my-list

If required, you can specify a subject name in topicName, e.g.:

X-SES-LIST-MANAGEMENT-OPTIONS: contactListName=my-list; topicName=newsletter

How the unsubscribe mechanism worksHow the unsubscribe mechanism works

Adding headersAdding headers

When you specify the ListManagementOptions parameter, Yandex Cloud Postbox automatically adds two headers to the email:

  • List-Unsubscribe: Contains an HTTPS unsubscribe link.
  • List-Unsubscribe-Post: List-Unsubscribe=One-Click: Indicates that unsubscribe is done in one click.

Examples of added headers:

List-Unsubscribe: <https://postbox.yandexcloud.net/tracking/v1/unsubscribe?token=...>
List-Unsubscribe-Post: List-Unsubscribe=One-Click

Preserving the existing headersPreserving the existing headers

Yandex Cloud Postbox does not overwrite the List-Unsubscribe header if it is already in the email and does not add the List-Unsubscribe-Post header.

Unsubscribe processingUnsubscribe processing

When a user clicks Unsubscribe in the email client, Yandex Cloud Postbox:

  1. Processes the unsubscribe request.
  2. Sends a notification if the user is subscribed to notifications.
  3. Writes the event information to the execution log.

Was the article helpful?

Previous
Click tracking in emails
Next
Terms and definitions
© 2026 Direct Cursus Technology L.L.C.