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
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