listmonk icon indicating copy to clipboard operation
listmonk copied to clipboard

Override opt-in on multiple users

Open NicoHood opened this issue 2 years ago • 1 comments

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: image

When selecting multiple users in an existing list, I can only do this: image

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.

NicoHood avatar Sep 01 '22 05:09 NicoHood

Makes sense. For now, you could run this query: UPDATE subscriber_lists SET list_id=$newID WHERE list_id=$oldID.

knadh avatar Sep 01 '22 05:09 knadh

image

knadh avatar Nov 01 '22 16:11 knadh