const QUEUE_LIMIT: i64 = 200;
How many mails one iteration queues; the sender has its own rate, so this only bounds how much one transaction holds open.