# Delete outgoing emails

**URL:** https://meta.discourse.org/t/delete-outgoing-emails/44394
**Category:** Support
**Created:** [May 17, 2016, 3:35pm UTC](https://meta.discourse.org/t/delete-outgoing-emails/44394 "2016-05-17T15:35:09Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 17, 2016, 3:47pm UTC](https://meta.discourse.org/t/delete-outgoing-emails/44394/2 "2016-05-17T15:47:20Z")

</div>

> [@CCSAwebdev](#):
>
> Is there any way to delete these messages that are sitting in the outbound queue? I certainly don’t need to spam thousands of people with digests that are from topics 6 months ago. I DO need to use digests for the new users.

Easiest way to remove emails from the outbound queue is to flush redis

```bash
# ssh into your server
cd /var/discourse
./launcher enter app
redis-cli flushall

```

---

_[View the full topic](https://meta.discourse.org/t/delete-outgoing-emails/44394)._
