listmonk
listmonk copied to clipboard
Override opt-in on multiple users
Is your feature request related to a problem? Please describe. I started using different list for different of my clients. It turned out to be a bad idea, so I want to move them all into one, but without sending them a new confirmation email.
When Editing a single user, I can do this:
When selecting multiple users in an existing list, I can only do this:
Describe the solution you'd like It would be nice to have an override feature there as well.
NOTE: I am still on 2.1, if that feature is available in the meantime, I am super sorry.
Makes sense. For now, you could run this query: UPDATE subscriber_lists SET list_id=$newID WHERE list_id=$oldID
.