Send message to subscribers who didn't get a earlier message

Hi!

I’ve got different lists set-up and i want tot send a message to subscribers who didn’t get s specific earlier message or I want the message not to send to subscribers from a specific list.

Am i a bit clear? :smile:

So i’ve send a message containing info of an event to list 1. I added subscribers tot list 2 (who attended te event last year). I don’t want my new message send to subscribers of list 2 if the are also in list 1.

Thanks in advance!

@ovans The simple case of sending to people who are on one list but are not on a second list is handled by enabling this setting in your config file

# list exclude will add the option to send a message to users who are on a list
# except when they are on another list.
define('USE_LIST_EXCLUDE', 0);

The more complex case of sending a campaign to people who did or did not receive an earlier campaign is handled by the Segment plugin see https://resources.phplist.com/plugin/segment

Thanks! I’ll give it a try!