Skip to content

Commit 5521c5e

Browse files
cpennedjayanratna
andauthored
refactor: update cid param name (#56634)
* refactor: update cid param name * Update src/Illuminate/Mail/Transport/ResendTransport.php Co-authored-by: Jayan Ratna <[email protected]> * Update src/Illuminate/Mail/Transport/ResendTransport.php Co-authored-by: Jayan Ratna <[email protected]> --------- Co-authored-by: Jayan Ratna <[email protected]>
1 parent 0490c48 commit 5521c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/Transport/ResendTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ protected function doSend(SentMessage $message): void
8989
];
9090

9191
if ($disposition === 'inline') {
92-
$item['inline_content_id'] = $attachment->hasContentId() ? $attachment->getContentId() : $filename;
92+
$item['content_id'] = $attachment->hasContentId() ? $attachment->getContentId() : $filename;
9393
}
9494

9595
$attachments[] = $item;

0 commit comments

Comments
 (0)