How can I override Feedback-ID header to get spam data from GMAIL when sending email with SES

1

Hi,

I'm currently implementing all new email requirements from Gmail/Yahoo on our email platform that uses AWS SES. Doing that, I've learned that we don't get spam/complaint data returned when coming from Gmail users.

Google states he doesn't give complain data on specific emails but gives aggregated data in Gmail Postmaster Tools using identifiers added in the Feedback-ID header (a:b:c:send-id).

I've tried overriding this header when sending the email through SES, but SES is changing back the header to an internal one that is not useful to aggregate this data in Gmail.

Is there a way to override the header or an alternative way to get relevant spam data in Gmail Postmaster Tools?

  • Yes we are having the same exact problem!

  • I have also created an AWS support ticket about this and pointed them here.

asked 7 months ago461 views
2 Answers
1

I have received an answer from SES support that overriding the Feedback-ID is currently not possible. I interpret it in a way that SES needs their Feedback-ID to be able to calculate their own Complaint metrics. I was told that there is an open change request with the internal SES team to enable us to set our own Feedback-ID, but there is no ETA. But our inquiries might increase the prio.

answered 7 months ago
  • That's terrible news. GMails new Spam standards kick in in less than a week, and the number 1 tool they recommend using to manage the problem is the Feeback Loop tool via the Feedback-ID. So the worlds largest email platform (SES) cannot work with the worlds largest mailbox provider (Gmail) so we can analyze our spam complaints more effectively?

0

AWS has just made a change: https://aws.amazon.com/about-aws/whats-new/2024/06/amazon-ses-custom-values-feedback-header/

Today, Amazon Simple Email Service (SES) released a new feature to give customers control over parts of the auto-generated Feedback-ID header in messages sent through SES. This feature provides additional details to help customers identify deliverability trends. Customers can use products like PostMaster Tools by Gmail to see complaint rates by identifiers of their choice, such as sender identity or campaign ID. This makes it easier to track deliverability performance associated with independent workloads and campaigns, and accelerates troubleshooting when diagnosing complaint rates.

Previously, SES automatically generated a Feedback-ID header when sending emails on behalf of SES customers. This Feedback-ID helps customers track their deliverability performance, such as complaint rates, at the AWS account level. Now SES includes up to two custom values in the Feedback-ID header, which customers can pass to SES during sending. Customers specify message tag values for either “ses:feedback-id-a” or “ses:feedback-id-b” (or both), and SES automatically includes these values as the first and second fields in the Feedback-ID header (respectively). This gives even more granularity when viewing deliverability metrics in tools such as PostMaster Tools by Gmail.

Bax
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions