-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Symfony/Mailer embed file dont load into background image #61081
Unanswered
RomaKoryagin
asked this question in
Q&A
-
I have this part of code in my mail
<td style='background-color: #DEE6EC; background-image: url("{{ 'cid:cloud' }}"); background-repeat: no-repeat; background-position: right bottom;'>
The image is successfully loaded into the mail and I can see it but it is not uploaded to cid:cloud.
Also in mail a have
<img src="{{ 'cid:logo' }}" height="60px" border="0" alt="" style="display: block;">
And when i change cid:logo to cid:cloud my cloud image successfully loads in both places. How to fix that ?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
This sounds like an email client bug; which one are you testing with?
Note that it seems ThunderBird won’t ever implement this so you may try data-uris instead...
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
Thx
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment