listmonk icon indicating copy to clipboard operation
listmonk copied to clipboard

Variable sliding window

Open benstaf opened this issue 1 year ago • 0 comments

I would like to have a variable sliding window.

I see 2 use cases:

  • warming up of IP address and domain
  • run several campaigns in parallel with different batch size for each. For example send 1000 emails each batch for campaign 1, and 2000 emails for campaign 2.

In the current setting, the sliding window is fixed:

Screenshot_2024-09-17-11-46-46-361_com android chrome-edit

Possible implementation: Enter a Go Template formula that can output different integers (sliding window size) at each iteration

benstaf avatar Sep 17 '24 09:09 benstaf