Set Identity Feedback Forwarding Enabled
ses_set_identity_feedback_forwarding_enabled | 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.
Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS.
You can execute this operation no more than once per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
Usage¶
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.
true
specifies that Amazon SES forwards bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.false
specifies that Amazon SES publishes bounce and complaint notifications only through Amazon SNS. This value can only be set tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
notification types.
Value¶
An empty list.