Closed socressor closed 6 years ago
Do they have the same email address ?
yes as I described before :)
Then what you see is the expected behavior as can be confirmed in code:
Semantically it makes senses too. If one real person don't want to receive anything, then we must unsubscribe all "copies" of his email address, otherwise he would still receive something. But you shouldn't have duplicated email addresses in the first place.
okay, is there a chance that you could add an hook or signal slot so we can edit this behavior? Thank you
I cannot see a good use case to justify a different behavior. So I'd rather not add a hook.
Instead I suggest you use a SQL RecipientList. That would give you a lot of flexibility out the box. And if you really need something very custom, then you can implement your own Ecodev\Newsletter\Domain\Model\RecipientList
.
Hello,
I've recognized the following problem : • Creating 2 fe_users with different fe_groups but same email • Put these fe_users in different recipient lists (or same...doesn't matter) • Send to the first recipient list and unsubscribe • Now I’m unsubscribed with both fe_users…but it should only unsubscribe for the user which have chosen
Thank you