Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email
Source:R/ses_operations.R
ses_set_identity_feedback_forwarding_enabled.RdGiven 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.
Arguments
- Identity
[required] The identity for which to set bounce and complaint notification forwarding. Examples:
user@example.com,example.com.- ForwardingEnabled
[required] Sets whether Amazon SES forwards bounce and complaint notifications as email.
truespecifies that Amazon SES forwards bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES publishes bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.