Try using service like mailtrap.io to debug this.
Dec 6, 2020
7
Level 7
image not showing in email
I have this in resources/views/vendor/mail/html/header.blade.php
<tr>
<td class="header">
<a href="{{ $url }}">
<img src="{{ asset('/photos/icon.png') }}"/>
</a>
</td>
</tr>
When the email was sent, the image is just broken but it shows the image when I click the source localhost:8000/photos/icon.png
Please or to participate in this conversation.