Same e-mail sent twice
-
We want users to subscribe to a certain post category and send them the latest post that was published in their categories of interest. In order to do this, we use the following setup.
We have 3 lists that users can subscribe to:
List A
,List B
andList C
We also have 3 main post categories:
Cat A
,Cat B
andCat C
I created 3 post notifications:
- One post notification that will trigger when a new post of
Cat A
is published, and this notification is sent to the listList A
- One post notification that will trigger when a new post of
Cat B
is published, and this notification is sent to the listList B
- One post notification that will trigger when a new post of
Cat C
is published, and this notification is sent to the listList C
Now, the problem with this setup is that when a post is published that has both
Cat A
ANDCat B
categories assigned to it, this post will be sent toList A
ANDList B
. So if a user is subscribed to both lists, they will get the same e-mail twice.I read in your documentation that MailPoet never sends duplicate e-mails, but is turns out that in this case it does. How can I solve this? Is there something wrong with the way I have set this up?
- One post notification that will trigger when a new post of
- The topic ‘Same e-mail sent twice’ is closed to new replies.