# Bounced Email Info Not Found

**URL:** https://meta.discourse.org/t/bounced-email-info-not-found/358328
**Category:** Support
**Tags:** email
**Created:** [March 21, 2025, 12:55pm UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328 "2025-03-21T12:55:00Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![LotusJeff](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lotusjeff/32/477888_2.png) [@LotusJeff](https://meta.discourse.org/u/LotusJeff)
#### Post date: [March 21, 2025, 12:55pm UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328/1 "2025-03-21T12:55:01Z")

</div>

I went to investigate a user who did not receive an email for signing up. The admin screen showed a bounced score. I went to Admin-\>Email-\>Server setup & logs-\>Bounced(tab).

I see the user listed on the Bounced report. When I click on the information icon for additional info, the following appears.

 ![The image shows a user interface with an error message stating "An error occurred: Discourse:NotFound" overlaid on a partially visible form for viewing incoming email details, with an "OK" button to dismiss the alert. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/4/e/5/4e515e8e506bf5fff7942e9aeef2508613968492.png)

Any suggestions or ideas on how to resolve this?

Supporting Info:

1. Running 3.5.0.beta2-dev (f591083407)
2. Using AWS SES for mail delivery with VERP installed.
3. Everything is working except the bounce info.

---

<div class="post-metadata">

### Author: ![LotusJeff](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lotusjeff/32/477888_2.png) [@LotusJeff](https://meta.discourse.org/u/LotusJeff)
#### Post date: [March 23, 2025, 9:31pm UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328/4 "2025-03-23T21:31:48Z")

</div>

Would someone mind checking if your system is working and if it is just my system with the problem?

I have looked into the table called Email\_Logs. This shows a bounce key and bounced error code. Does anyone know where to look at the specific email info? Header, body, etc?

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [March 23, 2025, 9:58pm UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328/5 "2025-03-23T21:58:10Z")

</div>

> [@LotusJeff](#):
>
> the following appears.

> [@"Discourse::NotFound" error when click "Email Type" field on admin/email/bounced](https://meta.discourse.org/t/discourse-notfound-error-when-click-email-type-field-on-admin-email-bounced/176011/18):
>
> That is the expected behavior when the bounced response was not processed by Discourse. The feature is working fine if Discourse receives the bounces, otherwise it will show that response for all bounces.

> [@LotusJeff](#):
>
> 1. Everything is working except the bounce info.

I’m not sure about what I’m going to write 👀, but I think by default SES doesn’t log such information. Other email services do.  
Perhaps you can try to enable it and see what reason is given for the bounced email from SES’s interface?

---

<div class="post-metadata">

### Author: ![LotusJeff](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lotusjeff/32/477888_2.png) [@LotusJeff](https://meta.discourse.org/u/LotusJeff)
#### Post date: [March 24, 2025, 3:29am UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328/6 "2025-03-24T03:29:02Z")

</div>

It is annoying this is not listed in the instructions when setting up VERP. What is more irritating is that the bounce error codes are in the database but are not shown on this screen.

If you use AWS SES, then run the following query in [Data Explorer](https://meta.discourse.org/t/32566?silent=true):

```sql
SELECT * from email_logs where bounced=true order by id desc

```

Look for the column called bounce\_error\_code. The error code can be crossed-referenced with:

#### List of Enhanced SMTP Bounce Codes

- **4.2.2** - The email account is over quota
- **5.0.0** - Syntax error: invalid email address format
- **5.1.0** - Bad destination mailbox address
- **5.1.1** - Bad destination mailbox address
- **5.1.2** - Bad destination system address
- **5.1.3** - Bad destination mailbox address syntax
- **5.1.4** - Destination mailbox address ambiguous
- **5.1.5** - Destination mailbox address valid
- **5.1.6** - Mailbox has moved
- **5.1.7** - Bad sender’s mailbox address syntax
- **5.1.8** -Bad sender’s system address
- **5.1.9** - Message relayed to non-existent domain
- **5.2.0** -Other or undefined mailbox status
- **5.2.1** - Mailbox disabled, not accepting messages
- **5.2.2** - Recipient’s mailbox is full and cannot accept new messages
- **5.2.3** - Message length exceeds administrative limit
- **5.2.4** - Mailing list expansion problem
- **5.3.0** - Other or undefined mail system status
- **5.3.2** - System not accepting network messages
- **5.3.3** - System not capable of selected features
- **5.3.4** - Message too big for system
- **5.3.5** - Recipient’s mail system is misconfigured
- **5.4.0** - Other or undefined network or routing status
- **5.4.1** - Recipient’s mail server did not respond
- **5.4.2** - Problem with the connection to the recipient’s mail server
- **5.4.3** - Routing server encountered an error while delivering the message
- **5.4.4** - Message cannot be routed to the recipient’s mail server
- **5.4.5** - Network congestion is preventing delivery of the message
- **5.4.6** - Routing loop detected while delivering the message
- **5.4.7** - Message delivery time expired
- **5.5.0** - Other or undefined protocol status
- **5.5.1** - SMTP command issued by the sender is invalid
- **5.5.2** - SMTP command syntax is incorrect
- **5.5.3** - Recipient count exceeds the maximum allowed by the recipient’s mail system
- **5.5.4** - Arguments provided with the SMTP command are invalid
- **5.5.5** - SMTP protocol version used by the sender is not supported
- **5.6.0** - Other or undefined media error
- **5.6.1** - Recipient’s mail system doesn’t support the media type used by the sender.
- **5.6.2** - Conversion between media types is required but prohibited.
- **5.6.3** - Conversion between media types is required but not supported
- **5.6.4** - Conversion with loss performed
- **5.6.5** - Conversion between media types failed
- **5.7.0** - Other or undefined security status
- **5.7.1** - Delivery not authorized, message refused
- **5.7.2** - Mailing list expansion prohibited
- **5.7.3** - Security conversion required but not possible
- **5.7.4** - Security features not supported
- **5.7.5** - Cryptographic operations performed by the sender failed
- **5.7.6** -Cryptographic algorithm not supported
- **5.7.7** - Message integrity failure

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [March 24, 2025, 3:39am UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328/8 "2025-03-24T03:39:41Z")

</div>

You’re right, this isn’t a great experience.

How do you have your site configured to process bounces? Is it receiving the information via a web hook but without the actual mail?

---

<div class="post-metadata">

### Author: ![LotusJeff](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lotusjeff/32/477888_2.png) [@LotusJeff](https://meta.discourse.org/u/LotusJeff)
#### Post date: [March 24, 2025, 1:45pm UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328/10 "2025-03-24T13:45:42Z")

</div>

I followed the instructions for AWS SES on this page: [Configure VERP to handle bouncing e-mails](https://meta.discourse.org/t/configure-verp-to-handle-bouncing-e-mails/45343).

So, yes, we are using the standard webhook.

I do not have the “enable raw message delivery” option activated. I will activate this to see if it sends the entire message. This is not a requirement in the installation documentation, but other posts have listed it as a requirement.

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [March 24, 2025, 3:33pm UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328/11 "2025-03-24T15:33:34Z")

</div>

I think (I’m VERY familiar with email bounces, not as much with the incoming webhooks) that without that option checked we get only minimal information about the bounce, so that makes sense.

I’ve asked the responsible team to look at improving this experience; when we _don’t_ have the raw bounced email, we should at least be able to tell you the information we _do_ have.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [April 30, 2025, 4:15am UTC](https://meta.discourse.org/t/bounced-email-info-not-found/358328/13 "2025-04-30T04:15:19Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
