- Click the Enable Message Logs button on the Message Logs page
- Click AWS API button and copy the configuration set name from the code example
- Include the configuration set name in your AWS SES API calls
Example
Emails sent without the configuration set name will not be tracked.
Delivery Summary
The Message Logs page displays a summary of your email delivery and engagement metrics at a glance.- Delivered: Percentage of emails successfully delivered to recipients’ mail servers
- Bounced: Percentage of emails that bounced (hard or soft bounces)
- Open Rate: Percentage of delivered emails that were opened by recipients
- Click Rate: Percentage of delivered emails where recipients clicked on links
Monitor Another Configuration Set
If you want to monitor another configuration set, you should configure your configuration set destination with an SNS topic created by Sendbase. The SNS topic name starts withsendbase-log-<id>.
Tracked Events
| Event Type | Description |
|---|---|
| SEND | Email was successfully sent from SES |
| DELIVERY | Email was successfully delivered to the recipient’s mail server |
| BOUNCE | Email bounced (hard or soft bounce) |
| COMPLAINT | Recipient marked the email as spam |
| REJECT | SES rejected the email (invalid recipient, configuration issues) |
| OPEN | Recipient opened the email |
| CLICK | Recipient clicked a link in the email |
| RENDERING_FAILURE | Email template failed to render |
| DELIVERY_DELAY | Temporary delivery delay occurred |
When a Bounce or Complaint event is received, the contact is
automatically unsubscribed if they exist in the project’s contact list.
Data Retention
Email logs are automatically deleted after 7 days to manage storage costs and comply with data retention best practices. An automated cleanup job runs every hour to remove expired logs. If you need longer retention:- Set up your own custom CloudWatch or S3-based logging solution
- Contact support for retention options

