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.
ses_set_identity_headers_in_notifications_enabled(
Identity,
NotificationType,
Enabled
)
[required] The identity for which to enable or disable headers in notifications.
Examples: user@example.com
, example.com
.
[required] The notification type for which to enable or disable headers in notifications.
[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.