eduardokum / laravel-mail-auto-embed

MIT License
166 stars 36 forks source link

logo doesn't show up in gmail and yopmail but work in maildev #35

Closed omar-lk closed 3 years ago

omar-lk commented 3 years ago

logo doesn't show up in gmail and yopmail but work in maildev code in header.blade.php

<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
    <img src="{{ asset("storage/logo-red.png") }}" />
</td>
</tr>

any solution please ??

``

omar-lk commented 3 years ago

its work now solution:

<img src="{{ asset("images/logo-red.png") }}" data-auto-embed="attachment">