ISESV2PutEmailIdentityFeedbackAttributesRequest
Interface in AWS.SESV2
Interface for PutEmailIdentityFeedbackAttributes requests.
Ancestors
Properties
EmailIdentity
property EmailIdentity: string
The email identity to configure feedback forwarding attributes for.
This can be either a verified email address or a verified domain for which you want to enable or disable feedback forwarding. The identity must be verified in your Amazon SES account before feedback attributes can be configured. The email identity must be at least 1 character in length and can be either a single email address (e.g., user@example.com) or a domain (e.g., example.com).
EmailForwardingEnabled
property EmailForwardingEnabled: TOptional<Boolean>
Enables or disables feedback forwarding for bounce and complaint events.
When set to True, bounce and complaint notifications are sent as email messages to the address specified in the Return-Path header of the original email. This provides direct email notification of delivery issues and recipient complaints. When set to False, feedback forwarding via email is disabled. However, you are still required to have a method of tracking bounces and complaints, so notifications may still be sent if no other tracking mechanism is configured. Alternative tracking methods include event destinations and SNS notifications.