PASSING 10 EMAILS AT ONCE

I want to pass first 10 email of the list file in post data.

Is it possible to do so.

the flow will be like

request 1 will have first 10 email of list, once it get completed request contains next 10 email and so on.

CAN IT BE ACHIEVED IN OPENBULLET?

I’d imagine you can do this by using globals. I’m not home to test this out, but Ruri has a thread of something somewhat similar to this.

I’d take a look at that and see if you can adapt it.

Make a wordlist where each line has 10 emails separated by something like commas or semicolons. Then you can separate them again into a list of emails inside the body of the config by using the split block.