Question about complaint notifications from AWS SES

0

I received a complaint notification related to one of the email addresses that our application sent email to. And, I added that email address to the suppression list. After that, I also got the complaint notifications, but it specified complaint.complaintSubType = OnAccountSuppressionList.

I would like to get more clear understanding if it is correct that once an address is added to the suppression list, the SES service no longer sends emails to the recipient, but when I try to send them an email, a complaint-notification is created and it will contain complaint.complaintSubType = OnAccountSuppressionList. I couldn't find it in the documentation.

1개 답변
0
수락된 답변

Yes, your understanding is correct. When an email address is added to your Amazon SES account's suppression list, Amazon SES will no longer send emails to that recipient address. However, if you attempt to send an email to a suppressed address, Amazon SES will generate a complaint notification with the complaintSubType set to OnAccountSuppressionList.

The purpose of this notification is to inform you that an email was not sent due to the recipient address being on your account's suppression list. This serves as a safeguard and a reminder that the address is suppressed, so you don't inadvertently continue attempting to send emails to that address.

Kindly check the below documentation to know more about the JSON object which contains information about complaints fields.

[+] https://docs.aws.amazon.com/ses/latest/dg/notification-contents.html#complaint-object

Below is the excerpt taken from the above documentation.

If the value is OnAccountSuppressionList, Amazon SES accepted the message, but didn't attempt to send it because it was on the account-level suppression list.
AWS
답변함 2달 전
profile picture
전문가
검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠