ses_set_identity_feedback_forwarding_enabled {paws.customer.engagement} | R Documentation |
Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email
Description
Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.
See https://www.paws-r-sdk.com/docs/ses_set_identity_feedback_forwarding_enabled/ for full documentation.
Usage
ses_set_identity_feedback_forwarding_enabled(Identity, ForwardingEnabled)
Arguments
Identity |
[required] The identity for which to set bounce and complaint notification
forwarding. Examples: |
ForwardingEnabled |
[required] Sets whether Amazon SES forwards bounce and complaint notifications as
email. |