Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions resend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3665,6 +3665,12 @@ components:
type: string
description: The reply-to addresses.
example: []
received_for:
type: array
items:
type: string
description: The recipient addresses the email was forwarded for, taken from the `for` clause of the message's `Received` headers.
example: ['forwarded@example.com']
html:
type: [string, "null"]
description: The HTML content of the email.
Expand Down Expand Up @@ -5633,6 +5639,11 @@ components:
items:
type: string
description: CC recipients.
received_for:
type: array
items:
type: string
description: The recipient addresses the email was forwarded for, taken from the `for` clause of the message's `Received` headers.
attachments:
type: array
items:
Expand Down