Closed chilio closed 6 years ago
And another hint... Somehow it works in mail::footer
.
So far I have not tested other mail components.
But this one seems confusing to me and I believe to other users also....
I would be glad, if you could explain this behavior...
BTW Laravel 5.5 and PHP 7.1 here
I've managed to solve this by publishing mail templates and updating them accordingly.
If I put
![logo]({{asset('assets/img/logo.png')}})
in mail body, all is working fine, but if I put this in a header like:image is not actually embedded. Any idea or hint what might cause this problem? BTW I noticed the same behavior when
![logo](...)
has some spaces or tabs before it (even in mail body)