Skip to content

Commit 3149ad5

Browse files
authored
example: rm inline_content_id ref (#157)
1 parent 6bcbab2 commit 3149ad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/with_inline_attachments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"content": list(f),
1717
"content_type": "image/png",
1818
# This is the content ID that will be used in the HTML to reference the image
19-
"inline_content_id": "my-test-image",
19+
"content_id": "my-test-image",
2020
}
2121

2222
local_params: resend.Emails.SendParams = {
@@ -35,7 +35,7 @@
3535
remote_attachment: resend.RemoteAttachment = {
3636
"filename": "remote-resend-wordmark-black.png",
3737
"path": "https://resend.com/static/brand/resend-wordmark-black.png",
38-
"content_id": "my-test-image", # Using content_id as alternative to inline_content_id
38+
"content_id": "my-test-image",
3939
}
4040

4141
remote_params: resend.Emails.SendParams = {

0 commit comments

Comments
 (0)