ses_set_identity_headers_in_notifications_enabled: Given an identity (an email address or a domain), sets...

View source: R/ses_operations.R

ses_set_identity_headers_in_notifications_enabledR Documentation

Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type

Description

Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.

See https://www.paws-r-sdk.com/docs/ses_set_identity_headers_in_notifications_enabled/ for full documentation.

Usage

ses_set_identity_headers_in_notifications_enabled(
  Identity,
  NotificationType,
  Enabled
)

Arguments

Identity

[required] The identity for which to enable or disable headers in notifications. Examples: user@example.com, example.com.

NotificationType

[required] The notification type for which to enable or disable headers in notifications.

Enabled

[required] Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES includes headers in notifications, and a value of false specifies that Amazon SES does not include headers in notifications.

This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.