# Symfony\\Component\\Console\\Exception\\CommandNotFoundException: Command "mautic:emails:send" is not defined

**URL:** https://forum.mautic.org/t/symfony-component-console-exception-commandnotfoundexception-command-mauticsend-is-not-defined/35036
**Category:** Product Support
**Created:** [February 17, 2025, 3:03pm UTC](https://forum.mautic.org/t/symfony-component-console-exception-commandnotfoundexception-command-mauticsend-is-not-defined/35036 "2025-02-17T15:03:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![3von](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/3von/32/13516_2.png) [@3von](https://forum.mautic.org/u/3von)
#### Post date: [February 17, 2025, 3:03pm UTC](https://forum.mautic.org/t/symfony-component-console-exception-commandnotfoundexception-command-mauticsend-is-not-defined/35036/1 "2025-02-17T15:03:47Z")

</div>

**Your software**  
My Mautic version is: 5.2.1  
My PHP version is:8.1  
My Database type and version is:MariaDB

**Your problem**  
My problem is: None of my emails are sending

These errors are showing in the log:

```auto
[2025-02-17T00:00:02.320927+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 720 while running console command `UNKNOWN` [stack trace] #0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(116): Symfony\Component\Console\Application->find() #1 /var/www/html/vendor/symfony/console/Application.php(259): Symfony\Bundle\FrameworkBundle\Console\Application->find() #2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(82): Symfony\Component\Console\Application->doRun() #3 /var/www/html/vendor/symfony/console/Application.php(171): Symfony\Bundle\FrameworkBundle\Console\Application->doRun() #4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run() #5 {main} [] {"hostname":"mail-list-server","pid":1955}
[2025-02-17T00:05:02.076626+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 720 while running console command `UNKNOWN` [stack trace] #0 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(116): Symfony\Component\Console\Application->find() #1 /var/www/html/vendor/symfony/console/Application.php(259): Symfony\Bundle\FrameworkBundle\Console\Application->find() #2 /var/www/html/vendor/symfony/framework-bundle/Console/Application.php(82): Symfony\Component\Console\Application->doRun() #3 /var/www/html/vendor/symfony/console/Application.php(171): Symfony\Bundle\FrameworkBundle\Console\Application->doRun() #4 /var/www/html/bin/console(16): Symfony\Component\Console\Application->run() #5 {main} [] {"hostname":"mail-list-server","pid":2097}

```

Steps I have tried to fix the problem: Posted to the forum and tried updating my Debian 12 base.

---

<div class="post-metadata">

### Author: ![rahul.shinde](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/rahul.shinde/32/10438_2.png) [@rahul.shinde](https://forum.mautic.org/u/rahul.shinde)
#### Post date: [February 19, 2025, 1:50pm UTC](https://forum.mautic.org/t/symfony-component-console-exception-commandnotfoundexception-command-mauticsend-is-not-defined/35036/2 "2025-02-19T13:50:23Z")

</div>

This command is removed in Mautic 5 when updating the core to support Symfony Messenger.

Please see this PR: [https://github.com/mautic/mautic/pull/11613](https://github.com/mautic/mautic/pull/11613)
