Your software
My Mautic version is: v6.0.6
My PHP version is: 8.2
My Database type and version is: MariaDB v 10.3
Your problem
My problem is:
Hi everyone,
I’m having a serious issue with my Mautic instance — several leads have reported receiving the same email 3 or 4 times instantly.
Here’s the situation:
- I set up a campaign that includes only one email action (“Send an email”) targeted at a segment.
- Once the campaign runs, many contacts receive the same email multiple times within seconds.
- I’ve checked the logs, but there’s no indication of duplicate sends.
- I’ve also run a database query to verify if the same email record was sent multiple times to any contact — nothing was returned.
- Our cron jobs seem fine to me, but I’m listing them below in case anyone spots an issue.
- We’re using Amazon SES for delivery, with a daily quota of 170K emails.
Despite this, the issue keeps happening, and I’m getting multiple complaints from contacts about duplicate emails.
Has anyone experienced this issue before, or can point me in the right direction to troubleshoot it further?
I’d really appreciate any guidance or insight.
Here are our cron jobs:
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:broadcasts:send --channel=email --limit=200 --batch=100 --quiet >/dev/null 2>&1 */3 7-18 * * 1-5
/opt/plesk/php/8.2/bin/php httpdocs/bin/console messenger:consume email --memory-limit=256M --time-limit=280 --limit=130 */5 7-18 * * 1-5
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:email:fetch */5 * * * *
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:segment:update --batch-limit=800 20 */2 * * *
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:campaigns:trigger */10 7-18 * * 1-5
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:campaigns:update --batch-limit=250 15,45 * * * *
Monitoring up cron jobs
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:social:monitoring 21,46 * * * *
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:custom-field:create-column 0 0 */15 * 0,6
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:plugins:reload 30 1 */15 * 0,6
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:donotsell:download 0 3 */10 * *
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:max-mind:purge 15 3 */10 * *
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:reports:scheduler 30 9 */10 * 1-5
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:webhooks:process 0 */2 * * *
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:import --limit=1000 */8 * * * *
Reports and clean up cron jobs
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:maintenance:cleanup --gdpr --days-old=120 Daily (02:00)
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:iplookup:download Daily (02:00)
/opt/plesk/php/8.2/bin/php httpdocs/bin/console mautic:unusedip:delete Weekly (Sun 01:00)
Note: i have also checked the Default Frequency Rule and it is set to 1 email per day per contact.
These errors are showing in the log:
Steps I have tried to fix the problem:
I have tried tweaking the cron jobs slightly but still same issue.
Thanks in advance for your help!


