Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Campaign is not sending to all contacts in segment #63

Closed
xtjoeywx opened this issue Aug 24, 2018 · 5 comments
Closed

Campaign is not sending to all contacts in segment #63

xtjoeywx opened this issue Aug 24, 2018 · 5 comments

Comments

@xtjoeywx
Copy link

Problem:
Only 19 out of 300 new contacts received a campaign email. It seems to hang or stop.

Using:
Mautic v2.14.0
Digital Ocean - Ubuntu 16.4 LTS
Docker/Docker Compose
(Also tested this in a Kubernetes cluster)

Steps to recreate the problem:
1.) Create a segment with a tag.
2.) Create a template email.
3.) Create a campaign that pulls the above segment and instantly sends the above email.
4.) Import 300 contacts with that specific tag.
5.) Let mautic do its thing. You will see that the contacts will be added to the campaign. Then it will say that 100% of the contacts have received the email, BUT then if you go to the email page you'll see that only a smaller percentage as actually been sent that email. In my case 19 of the 300 contacts.
(see images below)
email_page_stats
campaign_page_stats

@luizeof
Copy link
Member

luizeof commented Sep 11, 2018

Hi @xtjoeywx this bug is related to Mautic itself.

Mautic 2.14.1 will fix this. For more info please see this pull request mautic/mautic#6419

@luizeof
Copy link
Member

luizeof commented Sep 11, 2018

Closing ;)

@luizeof luizeof closed this as completed Sep 11, 2018
@YosuCadilla
Copy link

YosuCadilla commented Sep 12, 2018

I tested with 2.14.1-beta and it seems NOT to solve the issue, here's a complete list of possibly related issues from mautic/mautic: #6515 #5546 #6482 #6419 #6211 #6433

@YosuCadilla
Copy link

#6460 too probably.

@YosuCadilla
Copy link

Adding #6156 to the list.
In that particular Issue we might have found what the problem is...

Seems the problem or bug triggers when the the action "Modify contact's segments" is used on a campaign.

Confirmed, I built a new campaign that wasn't using the Modify contact's segments and all emails did go out.

Workaround being: Use a field instead for controlling if user clicked on the email instead of removing them from the segment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants