Skip to content

Fix reply-by-email not working due to queue name mismatch

Stan Hu requested to merge sh-fix-mailroom-config into master

mail_room was configured to deliver mail to the incoming_email queue while EmailReceiveWorker was reading the email_receiver queue. Adds a migration that repeats the work of a previous migration to ensure all mails that wound up in the old queue get processed.

Merge request reports