How to use Amazon SES for sending emails to users?

For anyone else searching, if you do use Amazon SNS to track Amazon SES emails, you can add a custom email header to specify the config set that triggers the SNS topic:

X-SES-CONFIGURATION-SET: ConfigSetName

ConfigSetName is the name of the configuration set.

That seems to be working for me. I’m planning to have SNS send all the SES logs from different parts of our sites into one place.

2 Likes