We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bb847 commit b39f0deCopy full SHA for b39f0de
mailer.rst
@@ -472,7 +472,7 @@ images inside the HTML contents::
472
->html('<img src="cid:logo"> ... <img src="cid:footer-signature"> ...')
473
474
// use the same syntax for images included as CSS background images
475
- ->html('... <div style="background-image: url(cid:footer-signature)"> ... </div> ...')
+ ->html('... <div style="background: url(cid:footer-signature)"> ... </div> ...')
476
;
477
478
.. versionadded:: 6.1
0 commit comments