if (FALSE) {
# The following example configures Amazon SES to include the original
# email headers in the Amazon SNS bounce notifications for an identity:
svc$set_identity_headers_in_notifications_enabled(
Enabled = TRUE,
Identity = "user@example.com",
NotificationType = "Bounce"
)
}
Run the code above in your browser using DataLab