Delete outgoing emails

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

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