Bounce rate is one of the most critical metrics in email delivery. Above 2% and your sender reputation suffers.
Hard Bounces — Permanent failures:
Soft Bounces — Temporary failures:
PostMTA automatically categorizes bounces and takes action:
# Configure bounce rules via API
POST https://api.postmta.com/v1/bounce/rules
{
"hard_bounce": {
"action": "remove", # Remove from list
"retry_count": 0
},
"soft_bounce": {
"action": "retry", # Retry up to 72 hours
"retry_count": 3,
"retry_interval": "1h"
}
}
PostMTA’s AI-powered bounce analysis identifies problem sending patterns before they damage your reputation.