CRON Send Email Error: Command "mautic✉process" is not defined

Your software
My Mautic version is: v2.16.0
My PHP version is: 7.2.28

My problem is:
I have run this cron job:
/usr/local/cpanel/3rdparty/bin/php /home/accelwyr/public_html/app/console mautic:email:process --env=prod

And receive this error:

[Symfony\Component\Console\Exception\CommandNotFoundException]
Command “mautic:email:process” is not defined.

Did you mean one of these?
mautic:email:fetch
mautic:queue:process
mautic:webhooks:process
swiftmailer:email:send
mautic:emails:send
mautic:emails:fetch

I´m facinf the same problem with mautic 4.4.7

Task “/opt/plesk/php/7.4/bin/php /var/www/vhosts/vpsnews.org/httpdocs/bin/console mautic:email:process --env=prod” completed with error in 2 seconds, output:

Command “mautic:email:process” is not defined.

Did you mean one of these?
mautic:email:fetch
mautic:emails:fetch
mautic:emails:send
mautic:queue:process
mautic:webhooks:process
swiftmailer:email:send …

There is no such command.
If you want to send email (and your email sending method is set as ‘queue’ in config) use

mautic:email:send