You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
My setup:
Mautic v5
SparkPost Plugin
doctrine queue
I sent newsletter to 30k addresses in a segment. Mautic reports all of them sent. SparkPost shows only ~200. I was sending them in batches of 1k with cron task. Looks like the plugin skipped most of mails during queue processing. Or queue was incorrectly filled.
Queue filled with mautic:broadcasts:send --limit 1000 --no-interaction --no-ansi
The text was updated successfully, but these errors were encountered:
After some debugging it looks like it sends just first email from the batch. I tried sending mails one by one and it is fine. When I set batch to two messages and limit 10 only 5 mails are sent. Not sure if it is issue with the plugin or broadcasts command.
I have the same problem. Installed the Sparkpost plugin and only 1-2 emails are sent each time. If we send to a segment of 180,000 this is going to be a problem.
Hopefully @ts-navghane will see this and take a look at the plugin. Thank you very much.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My setup:
Mautic v5
SparkPost Plugin
doctrine queue
I sent newsletter to 30k addresses in a segment. Mautic reports all of them sent. SparkPost shows only ~200. I was sending them in batches of 1k with cron task. Looks like the plugin skipped most of mails during queue processing. Or queue was incorrectly filled.
Queue filled with
mautic:broadcasts:send --limit 1000 --no-interaction --no-ansi
The text was updated successfully, but these errors were encountered: