Does ray show the embeded images of an email? #166
Unanswered
ricklambrechts
asked this question in
Q&A
Replies: 2 comments
-
It should work if you use an url to a to your computer accessible image. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did some debugging and sent the raw response of In the HTML of the payload, the img is BTW. This package just uses the render function on the mailable so its definitely not an issue of this package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I embedded 2 images in a mailable and for some quick testing i was dumping the mailable to ray.
The email shows but the embedded images appear as broken.
Does ray support embedded images of a mailable?
The mailable returns a view on build and inside the view i use:
<img src="{{ $message->embed('path here') }}">
Beta Was this translation helpful? Give feedback.
All reactions