GithubHelp home page GithubHelp logo

Comments (4)

knadh avatar knadh commented on July 24, 2024 2
id IN (SELECT id FROM subscribers WHERE email LIKE '%gmail.com' LIMIT 200)

The UI will only render paginated results. To select all rows selected by your query, click on the select checkbox in the table header in the results and when the options show, click on Select all $num above the table.

from listmonk.

knadh avatar knadh commented on July 24, 2024 1

You can do this easily by doing this:

  • Go Lists. Click on the "View" link under the Subscribers column where the subscriber count is shown. You'll land on the subscribers page for that particular list.
  • Use the expression email LIKE '%gmail.com'

from listmonk.

bestbrian avatar bestbrian commented on July 24, 2024

Thanks for your reply but your solution returns all of gmail instead of a certain amount (eg. LIMIT 200) like I want.

For context I want to stagger the sends instead of sending to all at the same time. I have hundreds of thousands of emails to send to every day. When a campaign starts it is all done sending in a few minutes.

The only options I have for selecting users in a list are to select 20 (one page) or all (few hundred thousand). I thought of a workaround for this by using the query I listed above to only select a few and have them in their own list so I can send all the emails over a period of time instead of all at once.

big list, need to select a certain amount instead of 20 or all:
image

previously working query, not working anymore:
image

from listmonk.

bestbrian avatar bestbrian commented on July 24, 2024

This is exactly what I was looking for, thank you so so much!!!

from listmonk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.