Email stuck as "queud " or "pending"

Hello , I lose my mind with the fact that all my mail are stuck on queued while i’m using ‘message queued’’ in case of ‘’ send immediately " . Anyone here can help please ?
Thank you for all

Here’s my cron job configuration

* * * * * php /var/www/html/bin/console mautic:segments:update

* * * * * php /var/www/html/bin/console mautic:campaigns:update

* * * * * php /var/www/html/bin/console mautic:campaigns:trigger

* * * * * php /var/www/html/bin/console mautic:campaigns:rebuild

* * * * * php /var/www/html/bin/console mautic:messages:send

* * * * * php /var/www/html/bin/console mautic:import

* * * * * php /var/www/html/bin/console mautic:email:fetch

* * * * * php /var/www/html/bin/console mautic:social:monitoring

* * * * * php /var/www/html/bin/console mautic:webhooks:process

* * * * * php /var/www/html/bin/console mautic:iplookup:download

* * * * * php /var/www/html/bin/console mautic:broadcasts:send [--id=ID] [--channel=CHANNEL]

* * * * * php /var/www/html/bin/console mautic:reports:scheduler [--report=ID]

* * * * * php /var/www/html/bin/console mautic:integration:pushleadactivity

Try swiftmailer:spool:send

On the mautic:broadcasts:send the channel= should be sms or email not CHANNEL

Hello , thank you for your response !

Is swiftmailer:spool:send a cron job which in need to run with mautic ? Please

Yes, and plz check this thread. The solution is in there.