TF-1813 Display list sending email in SendingQueueView

(cherry picked from commit 16699d68fa52d5a8dd450c68c64220def1d6a142)
This commit is contained in:
dab246
2023-06-01 14:26:13 +07:00
committed by Dat Vu
parent 86fe019b83
commit ba29dadea6
9 changed files with 401 additions and 2 deletions
@@ -3,5 +3,6 @@ enum DashboardRoutes {
thread,
emailDetailed,
searchEmail,
waiting
waiting,
sendingQueue;
}