View source: R/ses_operations.R
ses_set_identity_headers_in_notifications_enabled | R 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.
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
)
Identity |
[required] The identity for which to enable or disable headers in notifications.
Examples: |
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 This value can only be set when |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.