Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.modelence.com/llms.txt

Use this file to discover all available pages before exploring further.

API Reference / @modelence/resend / EmailPayload
EmailPayload = object & { html: string; } | { text: string; }
Defined in: index.ts:12

Type declaration

NameTypeDefined in
attachments?EmailAttachment[]index.ts:22
bcc?string | string[]index.ts:19
cc?string | string[]index.ts:18
fromstringindex.ts:13
headers?Record<string, string>index.ts:21
html?stringindex.ts:16
replyTo?string | string[]index.ts:20
subjectstringindex.ts:15
text?stringindex.ts:17
tostring | string[]index.ts:14