Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.flowforth.co/llms.txt

Use this file to discover all available pages before exploring further.

A bounce occurs when an email cannot be delivered to a recipient’s inbox. Flowforth tracks bounces on every sent email and shows them on the Recipients tab of the email’s detail page.

Types of Bounces

Hard Bounce

A hard bounce means the email permanently could not be delivered. Common causes include:
  • The email address doesn’t exist
  • The domain name doesn’t exist
  • The recipient’s mail server has permanently rejected the email
Hard bounces indicate a problem with the address itself. Continuing to send to hard-bounced addresses can damage your sender reputation.

Soft Bounce

A soft bounce means the email temporarily could not be delivered. Common causes include:
  • The recipient’s mailbox is full
  • The recipient’s mail server is temporarily unavailable
  • The email message is too large
  • The recipient’s server is rate-limiting incoming mail
Soft bounces may resolve on their own. If the same address soft bounces repeatedly, it may indicate a more persistent issue.

How Flowforth Shows Bounces

On the sent email’s detail page:
  • The Bounce Rate metric card shows the percentage of recipients who bounced
  • On the Recipients tab, bounced recipients are marked with a Bounced status
  • Click the info icon next to the Bounced badge to see more details about why the email bounced
Bounced status badge with info icon for viewing bounce details
The Bounce Details popup shows four pieces of information:
Bounce Details popup showing description, type, sub type, and diagnostic code
  1. Description - A plain-language explanation of why the email bounced and whether you can try sending again
  2. Type - Either Permanent (hard bounce, the address will never work) or Transient (soft bounce, a temporary issue that may resolve)
  3. Sub Type - The specific reason for the bounce (e.g., MailboxFull, NoEmail, Suppressed)
  4. Diagnostic Code - The raw SMTP response from the recipient’s mail server. This is technical but can be helpful if you need to share details with support.
You can also filter the Recipients tab to show only bounced recipients and export your recipient list to CSV, which includes bounce status.

What to Do About Bounces

  • Review hard bounces. These addresses will likely never receive your emails. Check if the address is correct in Planning Center, or remove it if it’s invalid.
  • Monitor soft bounces. A one-time soft bounce is usually fine. If the same address bounces on multiple sends, the mailbox may be abandoned or permanently full.
  • Keep your lists clean. Regularly sending to bounced addresses hurts your sender reputation and can affect deliverability for your entire organization.

Bounce Rate Guidelines

RateStatusAction
< 0.5%HealthyNo action needed
0.5 - 1%ElevatedReview bounced addresses and clean your list
> 1%HighInvestigate immediately and remove invalid addresses

Need help investigating bounces? Contact support@flowforth.co.