Skip to main content
Amazon SES events are tracked with specific event type IDs in SendPost, allowing you to distinguish between native SendPost events and Amazon SES events.

Amazon SES Event Types


Bounce Type Details

Amazon SES categorizes bounces into two types:
Permanent failure (invalid email, domain doesn’t exist). These addresses should be removed from your list.
Temporary failure (mailbox full, temporarily blocked). Amazon SES may retry these automatically. Consider these as temporary issues.

Event Data

Each Amazon SES event includes:
  • Message ID (for correlation)
  • Recipient email
  • Timestamp
  • SMTP response code (for bounces)
  • User agent (for opens)
  • Clicked URL (for clicks)
  • SES-specific metadata

Event Type Quick Reference


Next Steps