Please help me with this!

Hi Guys,

My system:
Ubuntu 18.04
PHP Version 7.4.18
Apache 2.0 Handler

I am trying to run this:


It just doesnt work. I have no idea what to do :frowning:

Other commands seem to be fine. For example this works:
/var/www/html/mautic/bin/console mautic:messages:send

found a workaround:

replace it with:

/var/www/html/mautic/bin/console swiftmailer:spool:send --message-limit=1 --env=prod

the above limit=1 can be changed to anything u want