We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcbab2 commit 3149ad5Copy full SHA for 3149ad5
1 file changed
examples/with_inline_attachments.py
@@ -16,7 +16,7 @@
16
"content": list(f),
17
"content_type": "image/png",
18
# This is the content ID that will be used in the HTML to reference the image
19
- "inline_content_id": "my-test-image",
+ "content_id": "my-test-image",
20
}
21
22
local_params: resend.Emails.SendParams = {
@@ -35,7 +35,7 @@
35
remote_attachment: resend.RemoteAttachment = {
36
"filename": "remote-resend-wordmark-black.png",
37
"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
39
40
41
remote_params: resend.Emails.SendParams = {
0 commit comments