| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/email-service/concepts/deliverability/ | [Back] [Original] |
Understand bounce handling and reputation management for optimal email delivery.
When you send an email, there is no guarantee it reaches the recipient's inbox. Inbox providers like Gmail, Yahoo, Outlook, and iCloud invest heavily in filtering out unwanted email. If you send poorly targeted emails, have high bounce rates, or trigger spam complaints, these providers may flag your domain as untrustworthy. Once that happens, even your legitimate emails can end up in spam or be blocked outright.
This concept is referred to as email deliverability: maintaining a healthy sending reputation so that inbox providers trust your emails. Cloudflare Email Service helps with this by automatically handling bounces, managing suppression lists, and authenticating your emails through SPF, DKIM, and DMARC.
Bounces occur when emails cannot be delivered to recipients. There are two types of bounces: hard bounces and soft bounces.
Hard bounces are permanent delivery failures that occur when:
user@domain.com No such user)user@nonexistentdomain.com)Hard bounces are never retried because the failure is permanent. Emails that hard bounce will generate a bounce notification to the sender address and can be monitored through analytics.
Hard bounced addresses are automatically added to your suppression list to protect your sender reputation.
Soft bounces are temporary failures that may succeed if retried:
Cloudflare automatically retries soft bounces with exponential backoff over an extended period.
Cloudflare automatically manages:
Avoid content that can trigger spam-detection or can be perceived as unwanted content:
Ensure that your email lists are clean and contain intended recipients:
Ensure that your deliverability stays above key metrics to avoid affecting your email sending reputation:
Each domain builds its own deliverability reputation with inbox providers. Use separate domains or subdomains for different types of email so that one category does not affect the reputation of another. For example:
notifications.yourdomain.com for transactional emails (order confirmations, password resets)marketing.yourdomain.com for marketing and promotional emailsyourdomain.com for important account-related communicationsThis way, if marketing emails generate higher complaint rates, your transactional email deliverability is not impacted. Each domain can be onboarded separately through domain configuration.
| Web Proxy Viewer | New URL | Original Page |