You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ foreach($parts['IMAGE/PNG'] as $image) {
50
50
51
51
## Content IDs
52
52
53
-
Some emails embed images into the html content using "cid:" urls; these URLs link to the content ID of another part within the email rather than being a URL that can be resolved normally.
53
+
Some emails embed images into the HTML content using `cid:` urls. These URLs link to the content ID of another part within the email, rather than being an absolute `https://` URL that can be resolved normally.
54
54
55
55
If one exists, this content ID will be exposed via the `contentId` property of the `Part`:
56
56
@@ -61,4 +61,4 @@ foreach($parts['IMAGE/PNG'] as $image) {
61
61
// You would then want to store this relationship in your database:
0 commit comments