# NOT RUN {
# 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"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab