We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In email templates I use {{$message->embed(public_path('i/slojj-2.png'))}} instead direct links to images.
{{$message->embed(public_path('i/slojj-2.png'))}}
<img src="cid:[email protected]" alt="" border="0" width="120px">
The text was updated successfully, but these errors were encountered:
Would it be possible to provide a full email template as example? Thanks
Sorry, something went wrong.
<img src="{{$message->embed(public_path('i/sertifikat.png'))}}" alt="" border="0" width="120px" />
https://laravel.com/docs/6.x/mail#inline-attachments
The same problem in jstoone/nova-mailman#22
This was fixed in the related package: https://github.com/gabrieliuga/laravel-mail-log/releases/tag/v1.0.5 update and don't forget to run artisan migrate.
gabrieliuga
No branches or pull requests
In email templates I use
{{$message->embed(public_path('i/slojj-2.png'))}}
instead direct links to images.The text was updated successfully, but these errors were encountered: