Glossary
Email Bounce

What Is an Email Bounce?

An email bounce occurs when a message you send cannot be delivered to the recipient's mailbox and is returned to the sender. The receiving mail server generates a bounce notification (also called a Non-Delivery Report or NDR) explaining why delivery failed. Bounces are classified as hard (permanent failure) or soft (temporary failure).

Hard bounces vs. soft bounces

A hard bounce means the address is permanently undeliverable. Common causes include a mailbox that does not exist, a domain with no mail servers, or a server that explicitly rejects the recipient. Hard bounces should be immediately removed from your list because repeated attempts damage sender reputation.

A soft bounce indicates a temporary delivery failure. The mailbox may be full, the server may be temporarily unavailable, or the message may exceed size limits. Email systems typically retry soft bounces for 24-72 hours before treating them as permanent failures. Occasional soft bounces are normal, but consistently soft-bouncing addresses should be investigated.

How disposable emails cause bounces

Disposable emails create a specific type of delayed hard bounce. At signup, the address is valid — the temporary inbox exists and would accept mail. Hours or days later, the provider deletes the inbox. Your first onboarding email, welcome sequence, or campaign then hard bounces because the mailbox no longer exists.

This pattern is particularly damaging because it is invisible at the point of collection. Format validation passes, MX checks pass, and even SMTP verification confirms the mailbox during its active window. Only a disposable email detection layer catches these addresses before they enter your database and later cause bounces.

Managing bounce rates to protect deliverability

Email service providers recommend keeping hard bounce rates below 2%. Above that threshold, ESPs may throttle your sending, flag your domain, or suspend your account. Since disposable addresses often represent a concentrated source of bounces, detecting and filtering them has an outsized impact on keeping bounce rates healthy.

Process hard bounces immediately by removing or suppressing the address. Monitor soft bounce patterns to identify addresses or domains that consistently fail. And prevent future bounces by validating addresses at entry with a disposable email check and verification through the API.

Frequently asked questions

What bounce rate is considered dangerous?

Most ESPs consider a hard bounce rate above 2% problematic. Above 5% is a serious deliverability risk that may trigger sending restrictions.

Do bounces from disposable emails look different?

Not in the bounce message itself. They appear as standard hard bounces with mailbox-not-found errors. The difference is that the address was valid at collection time and became invalid later.

Can I re-send to a soft-bounced address?

Yes, most email systems automatically retry soft bounces. If the address continues to soft bounce across multiple campaigns, treat it as a hard bounce and suppress it.

Try It

Check any email address for free

Test whether an email is from a disposable provider instantly, or integrate the check into your application with the free API.

Related terms

Email deliverability is the measure of how successfully your outbound emails reach recipients' inboxes rather than being filtered to spam, bounced, or silently dropped. It depends on sender reputation, authentication, content quality, list hygiene, and the receiving server's filtering policies.

Email verification is the process of confirming that an email address exists, is correctly formatted, and can receive messages. It typically involves syntax checks, domain and MX record validation, and sometimes SMTP-level handshake probing to determine whether the mailbox is live without actually sending a message.

Email hygiene is the practice of regularly cleaning and maintaining your email contact lists to remove invalid, unreachable, and low-quality addresses. It encompasses removing hard bounces, identifying disposable and temporary addresses, suppressing unengaged contacts, and correcting common typos to keep your list healthy and your sender reputation intact.

SMTP verification is a technique that checks whether a specific email mailbox exists by initiating a partial conversation with the recipient's mail server using the Simple Mail Transfer Protocol. The verifier connects to the server, issues EHLO, MAIL FROM, and RCPT TO commands, then disconnects before actually delivering a message. The server's response to the RCPT TO command reveals whether the mailbox is valid.

Related articles

View all posts

A practical guide to checking email disposability using domain intelligence, reachability signals, and conversion-safe policies.