6.0.4 - Emails Not Sending

First time mautic user here, trying to test my campaign.
Under configuration, I have setup my IMAP mail server setup as my default Mailbox, I click the test button and am given a success message.

A test user for a campaign was sent the email but it was never received. Manually sending an email is also not received.

There are no obvious errors and mautic thinks the emails were sent.

Not sure how to further troubleshoot this.

Checked my email server and there is no attempt at sending or receiving from mautic. I’m not confident that I have the email setup correctly within mautic even though it looks straight forward in the config options.

Hello Tyler,

Could you please do

docker compose restart

This happens because even if the web container saved the new configuration, cron and worker are still with the old one loaded into RAM.

Thanks for the reply, I tried it with no success.
I have a second mautic instance installed and tried to send an email from that instance but the same result of not actually receiving the email even though mautic says it was sent, so I assume my config is incorrect.

Is there a document to help me configure the email settings properly?

So far, configured are:

Mail Send Settings

Default Frequency Rule - 5 per day

Monitored Inbox Settings

I’m guessing that Email DSN setup is needed. I left it alone due to not having a local email server setup as I use my hosts mail.domain.com mail server.

Any suggestions?

Test messages out from the Email DNS test button in the configuration works. But sending emails directly to the contacts does not.

are you getting any messages in the mautic log ?

is your email set up to send immediately

what are you current cron jobs ?

Email sending and cron are setup as to whatever default installation does. I haven’t gotten there to fine tune those settings yet.

Which log files should I check? I’m in /var/www/html/var/logs and it doesn’t look like logs are being updated as there are only mautic_prod-2025-08-15.php prod-2025-08-14.php prod-2025-08-15.php as of today.
But within that log, here are the errors:

[2025-08-15T15:40:57.721420+00:00] mautic.ERROR: Doctrine\DBAL\Exception: An exception occurred while establishing a connection to figure out your platform version. You can circumvent this by setting a ‘server_version’ configuration value For further information have a look at: BC break between 1.6.7 -> 1.6.8 regarding driver selection · Issue #673 · doctrine/DoctrineBundle · GitHub (uncaught exception) at /var/www/html/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php line 190 while running console command `messenger:consume` [stack trace]

#0 /var/www/html/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php(163): Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Object(Mautic\CoreBundle\Doctrine\Connection\ConnectionWrapper))

#1 /var/www/html/var/cache/prod/ContainerJPVPWCb/AppKernelProdContainer.php(4773): Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(Array, Object(Doctrine\DBAL\Configuration), Object(Symfony\Bridge\Doctrine\ContainerAwareEventManager), Array)

#2 /var/www/html/vendor/symfony/dependency-injection/Container.php(231): ContainerJPVPWCb\AppKernelProdContainer::getDoctrine_Dbal_DefaultConnectionService(Object(ContainerJPVPWCb\AppKernelProdContainer))

#3 /var/www/html/vendor/symfony/dependency-injection/Container.php(211): Symfony\Component\DependencyInjection\Container::make(Object(ContainerJPVPWCb\AppKernelProdContainer), ‘doctrine.dbal.d…’, 1)

#4 /var/www/html/vendor/symfony/doctrine-bridge/ManagerRegistry.php(34): Symfony\Component\DependencyInjection\Container->get(‘doctrine.dbal.d…’)

#5 /var/www/html/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php(107): Symfony\Bridge\Doctrine\ManagerRegistry->getService(‘doctrine.dbal.d…’)

#6 /var/www/html/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php(49): Doctrine\Persistence\AbstractManagerRegistry->getConnection(‘default’)

#7 /var/www/html/vendor/symfony/messenger/Transport/TransportFactory.php(38): Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory->createTransport(‘doctrine://defa…’, Array, Object(Symfony\Component\Messenger\Transport\Serialization\PhpSerializer))

#8/var/www/html/var/cache/prod/ContainerJPVPWCb/getMessenger_Transport_EmailService.php(27): Symfony\Component\Messenger\Transport\TransportFactory->createTransport(Object(SensitiveParameterValue), Array, Object(Symfony\Component\Messenger\Transport\Serialization\PhpSerializer))

#9 /var/www/html/var/cache/prod/ContainerJPVPWCb/AppKernelProdContainer.php(2350): ContainerJPVPWCb\getMessenger_Transport_EmailService::do(Object(ContainerJPVPWCb\AppKernelProdContainer), true)

#10 /var/www/html/vendor/symfony/dependency-injection/Container.php(404): ContainerJPVPWCb\AppKernelProdContainer->load(‘getMessenger_Tr…’)

#11 /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php(40): Symfony\Component\DependencyInjection\Container->getService(‘privates’, ‘messenger.trans…’, ‘getMessenger_Tr…’, true)

#12 /var/www/html/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php(177): Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(‘email’)

#13 /var/www/html/vendor/symfony/console/Command/Command.php(326): Symfony\Component\Messenger\Command\ConsumeMessagesCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#14 /var/www/html/vendor/symfony/console/Application.php(1096): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#15 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(126): Symfony\Component\Console\Application->doRunCommand(Object(Symfony\Component\Messenger\Command\ConsumeMessagesCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#16 /var/www/html/vendor/symfony/console/Application.php(324): Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand(Object(Symfony\Component\Messenger\Command\ConsumeMessagesCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#17 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#18 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#19 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #20 {main} {“hostname”:“b4118042e3f4”,“pid”:42}

[2025-08-15T15:40:57.723176+00:00] mautic.WARNING: Command `messenger:consume` exited with status code 1 {“hostname”:“b4118042e3f4”,“pid”:42}

& now it just suddenly works.

Happy to help :slight_smile: . i am not really clued up on the sending in 5 or 6, but i suspect it has something to do with the messenger:consume command

Sorry to JUmp into this DIscussion, however i seem to be facing the same problem/on my cae, here is the error logs on Mautic i am getting

[2025-08-27T10:40:03.170623+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":3900}
[2025-08-27T10:40:03.171655+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.000916, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":3900}
[2025-08-27T10:45:02.522719+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":3919}
[2025-08-27T10:45:02.532686+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":3916}
[2025-08-27T10:45:02.532984+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3916}
[2025-08-27T10:45:02.536309+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":3916}
[2025-08-27T10:45:02.834321+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.297800, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":3916}
[2025-08-27T10:45:02.990408+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":3916}
[2025-08-27T10:45:02.990524+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3916}
[2025-08-27T10:45:02.990861+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":3916}
[2025-08-27T10:45:02.991836+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.000868, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":3916}
[2025-08-27T10:50:02.375462+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":3928}
[2025-08-27T10:50:02.375844+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3928}
[2025-08-27T10:50:02.379242+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":3928}
[2025-08-27T10:50:02.423645+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":3931}
[2025-08-27T10:50:02.554168+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.174728, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":3928}
[2025-08-27T10:50:02.747838+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":3928}
[2025-08-27T10:50:02.747939+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3928}
[2025-08-27T10:50:02.748253+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":3928}
[2025-08-27T10:50:02.749340+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.000988, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":3928}
[2025-08-27T10:55:02.840242+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":3940}
[2025-08-27T10:55:02.840566+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3940}
[2025-08-27T10:55:02.843433+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":3940}
[2025-08-27T10:55:02.944110+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":3949}
[2025-08-27T10:55:03.033430+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.189777, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":3940}
[2025-08-27T10:55:03.202919+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":3940}
[2025-08-27T10:55:03.203104+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3940}
[2025-08-27T10:55:03.203458+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":3940}
[2025-08-27T10:55:03.204318+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.000777, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":3940}
[2025-08-27T11:00:02.174793+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":3955}
[2025-08-27T11:00:02.312772+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":3961}
[2025-08-27T11:00:02.313066+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3961}
[2025-08-27T11:00:02.316470+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":3961}
[2025-08-27T11:00:02.470534+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.153801, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":3961}
[2025-08-27T11:00:02.615409+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":3961}
[2025-08-27T11:00:02.615502+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3961}
[2025-08-27T11:00:02.615813+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":3961}
[2025-08-27T11:00:02.616639+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.000733, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":3961}
[2025-08-27T11:05:02.774855+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":3974}
[2025-08-27T11:05:02.775044+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3974}
[2025-08-27T11:05:02.777508+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":3974}
[2025-08-27T11:05:02.904276+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":3980}
[2025-08-27T11:05:03.007453+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.229795, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":3974}
[2025-08-27T11:05:03.347922+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":3974}
[2025-08-27T11:05:03.348006+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3974}
[2025-08-27T11:05:03.348313+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":3974}
[2025-08-27T11:05:03.349604+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.001161, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":3974}
[2025-08-27T11:10:02.590543+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":3997}
[2025-08-27T11:10:02.590827+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3997}
[2025-08-27T11:10:02.593041+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":3997}
[2025-08-27T11:10:02.706474+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":4000}
[2025-08-27T11:10:02.774875+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.181649, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":3997}
[2025-08-27T11:10:02.943659+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":3997}
[2025-08-27T11:10:02.943740+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":3997}
[2025-08-27T11:10:02.943979+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":3997}
[2025-08-27T11:10:02.944858+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.000802, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":3997}
[2025-08-27T11:15:02.068853+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":4009}
[2025-08-27T11:15:02.069078+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":4009}
[2025-08-27T11:15:02.073206+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":4009}
[2025-08-27T11:15:02.139750+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":4010}
[2025-08-27T11:15:02.258811+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.185364, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":4009}
[2025-08-27T11:15:02.442294+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":4009}
[2025-08-27T11:15:02.442406+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":4009}
[2025-08-27T11:15:02.442878+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":4009}
[2025-08-27T11:15:02.443988+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.001007, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":4009}
[2025-08-27T11:20:02.595187+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":4025}
[2025-08-27T11:20:02.759190+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":4029}
[2025-08-27T11:20:02.759503+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":4029}
[2025-08-27T11:20:02.763144+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":4029}
[2025-08-27T11:20:02.922729+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.159354, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":4029}
[2025-08-27T11:20:03.072004+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":4029}
[2025-08-27T11:20:03.072091+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":4029}
[2025-08-27T11:20:03.072364+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":4029}
[2025-08-27T11:20:03.073771+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.001315, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":4029}
[2025-08-27T11:25:02.028123+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":1} {"hostname":"mautic","pid":4044}
[2025-08-27T11:25:02.028402+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":4044}
[2025-08-27T11:25:02.031760+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 1) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":1} {"hostname":"mautic","pid":4044}
[2025-08-27T11:25:02.207423+00:00] mautic.ERROR: Symfony\Component\Console\Exception\CommandNotFoundException: Command "mautic:emails:send" is not defined.

Did you mean one of these?
    mautic:broadcasts:send
    mautic:email:fetch
    mautic:emails:fetch
    mautic:messages:send (uncaught exception) at /var/www/html/vendor/symfony/console/Application.php line 737 while running console command `UNKNOWN`
[stack trace]
#0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(143): Symfony\Component\Console\Application->find('mautic:emails:s...')
#1 /var/www/html/vendor/symfony/console/Application.php(266): Symfony\Bundle\FrameworkBundle\Console\Application->find('mautic:emails:s...')
#2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/html/vendor/symfony/console/Application.php(175): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 {main}  {"hostname":"mautic","pid":4054}
[2025-08-27T11:25:02.214377+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.182420, Result count: 3 {"segmentId":1} {"hostname":"mautic","pid":4044}
[2025-08-27T11:25:02.419526+00:00] mautic.DEBUG: Segment QB: Segment has no filters {"segmentId":3} {"hostname":"mautic","pid":4044}
[2025-08-27T11:25:02.419629+00:00] mautic.INFO: Segment QB - No new leads for segment found  {"hostname":"mautic","pid":4044}
[2025-08-27T11:25:02.420143+00:00] mautic.DEBUG: Segment QB: Orphan Leads Count SQL: SELECT count(leadIdPrimary) count, max(leadIdPrimary) maxId, min(leadIdPrimary) minId FROM (SELECT DISTINCT orp.lead_id as leadIdPrimary, orp.lead_id as id, orp.leadlist_id FROM lead_lists_leads orp WHERE (orp.leadlist_id = 3) AND (orp.manually_added = '0') AND (orp.lead_id NOT IN (SELECT l.id FROM leads l))) sss {"segmentId":3} {"hostname":"mautic","pid":4044}
[2025-08-27T11:25:02.421286+00:00] mautic.DEBUG: Segment QB: Query took: 00:00:00.001004, Result count: 3 {"segmentId":3} {"hostname":"mautic","pid":4044}