Good evening. I use the Scheduler of Laravel 5.2 to send emails and now I have a problem. Until Friday I was able to send signature emails in img
normally, but on Friday night we migrated our servers and started using PHP 5.6.9 (former was 5.5.9 ), then signed emails are no longer sent. Can anyone help me?
Page code:
<html>
<head></head>
<body>
Bom dia.<br>
Seguem anexos os relatórios de tempos análiticos e desempenho dos operadores da sua equipe em relação ao dia anterior.<br>
Qualquer dúvida favor entrar em contato com a equipe de estratégia.<br><br>
<img src="<?php echo $message->embed('https://intranet.goesnicoladelli.net/imagens/assinatura_intranet.png'); ?>">
</body>
</html>
Error reported when running CRON
[Swift_IoException] Unable to open file for reading [https://intranet.goesnicoladelli.net/imagens/assinatura_intranet.png]