Prevent duplicate email when sending to multiple lists?
-
If the same email address exists in 2 mailing lists and I select both of those lists to receive a single newsletter, will that email address receive 2 copies of that newsletter?
If you process each list separately, I’d expect you’d send out the newsletter to the same email address twice, once from each list. If instead you merge the lists into a single array and then call array_unique() I’d expect only 1 copy of the email would be sent out since now the address only appears in the array once. So which way does it work?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Prevent duplicate email when sending to multiple lists?’ is closed to new replies.