0
Good evening. I use the Scheduler of Laravel 5.2 for sending emails and now I have a problem. Until Friday I could send the emails with subscription in img
normally, but on Friday night we migrate our servers and use the PHP 5.6.9 (previous era 5.5.9), so signature emails are no longer sent. Someone can 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 executing the CRON
[Swift_IoException] Unable to open file for reading [https://intranet.goesnicoladelli.net/imagens/assinatura_intranet.png]
Correct. Strange that was working until the migration... I believe that some permission was broken.. Thanks
– Luiz Gustavo Costa Ceolin
I’ve just arrived at the service, I’ll make the changes now. But I believe that’s right..
– Luiz Gustavo Costa Ceolin