error when processing mail queue

Hi everyone !

i get an error when typping in consol :

Code:
php app/console mautic:mail:send
resulting in swiftmailer not sending any mails

error:
Code:
[Swift_IoException] Unable to open file for reading [http://127.0.0.1:8080/path/to/image/on/my/local/pc.jpg ...

i previously paste some code in the mail editor with path to local images and have tryed to send a test mail. But now i have updated all images links and cleared the cache and i always get the same error when typping
Code:
mautic:mail:send
in console.
i've checked every campagns and mails and the image reffered in the error doesn't appear anywhere

also when i click on "send test mail" and i trigger sending by typping
Code:
swiftmailer:spool:send
in console the emails are sent

thanks' !

Hi everyone !
i get an error when typping in consol : php app/console mautic:mail:send
resulting in swiftmailer not sending any mails

error:

[Swift_IoException] Unable to open file for reading [http://127.0.0.1:8080/path/to/image/on/my/local/pc.jpg ...

i previously paste some code in the mail editor with path to local images and have tryed to send a test mail. But now i have updated all images links and cleared the cache and i always get the same error when typping mautic:mail:send in console.
i’ve checked every campagns and mails and the image reffered in the error doesn’t appear anywhere

also when i click on “send test mail” and i trigger sending by typping swiftmailer:spool:send in console the emails are sent

thanks’ !

ok bad news for me, i’ve restarted appach service and now i can’t reach the mautic admin panel. I get error message “Site is offline…”
and previously reported error apear each minute in the log …
any ways to manually reset swiftmailer ??