My Mautic version is: v4.2.0
My PHP version is: 7.4.30
My Database type and version is: 10.3.34-MariaDB-log-cll-lve
My problem is:
Queued email delivery trickles out at about one email every 3-4 seconds.
I am using Amazon SES through the API, and my SES Sending limit is 80/second, but when I queue up a newsletter to go to 11,600 subscribers. I’m hosted on Namecheap servers and have plenty of space, no other problems.
These errors are showing in the log:
The mautic_prod log shows no errors, but during deliver, lines like these:
[2022-06-25 17:25:01] mautic.DEBUG: CONTACT: 61656 set as current lead.
[2022-06-25 17:25:01] mautic.DEBUG: CAMPAIGN: Campaign triggered for event type email.open(email / 294)
[2022-06-25 17:25:01] mautic.DEBUG: CONTACT: Tracking session for contact ID# 61656 through GET /email/62b696a787b84162121259.gif
[2022-06-25 17:25:01] mautic.DEBUG: CAMPAIGN: Current contact ID# 61656
[2022-06-25 17:25:01] mautic.DEBUG: CAMPAIGN: Contact does not have any applicable email.open associations.
[2022-06-25 17:25:01] mautic.DEBUG: CONTACT: Tracking session for contact ID# 61656 through GET /email/62b696a787b84162121259.gif
[2022-06-25 17:25:04] mautic.DEBUG: CONTACT: 13076 set as current lead.
[2022-06-25 17:25:04] mautic.DEBUG: CAMPAIGN: Campaign triggered for event type email.open(email / 294)
[2022-06-25 17:25:04] mautic.DEBUG: CONTACT: Tracking session for contact ID# 13076 through GET /email/62b6971c10b26183014935.gif
[2022-06-25 17:25:04] mautic.DEBUG: CAMPAIGN: Current contact ID# 13076
[2022-06-25 17:25:04] mautic.DEBUG: CAMPAIGN: Contact does not have any applicable email.open associations.
[2022-06-25 17:25:04] mautic.DEBUG: CONTACT: Tracking session for contact ID# 13076 through GET /email/62b6971c10b26183014935.gif
[2022-06-25 17:25:19] mautic.DEBUG: CONTACT: 93073 set as current lead.
[2022-06-25 17:25:19] mautic.DEBUG: CAMPAIGN: Campaign triggered for event type email.open(email / 294)
[2022-06-25 17:25:19] mautic.DEBUG: CONTACT: Tracking session for contact ID# 93073 through GET /email/62b697cb41d3e530071164.gif
[2022-06-25 17:25:19] mautic.DEBUG: CAMPAIGN: Current contact ID# 93073
[2022-06-25 17:25:19] mautic.DEBUG: CAMPAIGN: Contact does not have any applicable email.open associations.
[2022-06-25 17:25:19] mautic.DEBUG: CONTACT: Tracking session for contact ID# 93073 through GET /email/62b697cb41d3e530071164.gif
[2022-06-25 17:25:30] mautic.DEBUG: CONTACT: 64560 set as current lead.
Steps I have tried to fix the problem:
My Prod…php shows only the following, which is the result of earlier today trying to fix it by increasing the mail send limit following a post in this forum:
[2022-06-25 15:15:40] console.CRITICAL: Error thrown while running command “mautic:messages:send --message-limit=79”. Message: “The “–message-limit” option does not exist.” {“exception”:“[object] (Symfony\Component\Console\Exception\RuntimeException(code: 0): The "–message-limit" option does not exist. at /home/cstukfps/email/vendor/symfony/console/Input/ArgvInput.php:201)”,“command”:“mautic:messages:send --message-limit=79”,“message”:“The "–message-limit" option does not exist.”}